UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
UnifiedAutomation.UaBase.IDiscoveryEndpoint Interface Reference

The asynchronous service contract which must be implemented by UA servers. More...

Inherits UnifiedAutomation.UaBase.IEndpointBase.

Inherited by UnifiedAutomation.UaBase.DiscoveryEndpoint, and UnifiedAutomation.UaBase.SessionEndpoint.

Public Member Functions

IAsyncResult BeginFindServers (FindServersMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the FindServers service.
 
FindServersResponseMessage EndFindServers (IAsyncResult result)
 The method used to retrieve the results of a FindServers service request.
 
IAsyncResult BeginGetEndpoints (GetEndpointsMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the GetEndpoints service.
 
GetEndpointsResponseMessage EndGetEndpoints (IAsyncResult result)
 The method used to retrieve the results of a GetEndpoints service request.
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.IEndpointBase
IAsyncResult BeginInvokeService (InvokeServiceMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the InvokeService service.
 
InvokeServiceResponseMessage EndInvokeService (IAsyncResult result)
 The method used to retrieve the results of a InvokeService service request.
 

Detailed Description

The asynchronous service contract which must be implemented by UA servers.

<exclude>

Member Function Documentation

IAsyncResult UnifiedAutomation.UaBase.IDiscoveryEndpoint.BeginFindServers ( FindServersMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the FindServers service.

IAsyncResult UnifiedAutomation.UaBase.IDiscoveryEndpoint.BeginGetEndpoints ( GetEndpointsMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the GetEndpoints service.

FindServersResponseMessage UnifiedAutomation.UaBase.IDiscoveryEndpoint.EndFindServers ( IAsyncResult  result)

The method used to retrieve the results of a FindServers service request.

GetEndpointsResponseMessage UnifiedAutomation.UaBase.IDiscoveryEndpoint.EndGetEndpoints ( IAsyncResult  result)

The method used to retrieve the results of a GetEndpoints service request.


The documentation for this interface was generated from the following file: