.NET Based OPC UA Client/Server SDK  2.6.0.418
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. More...
 
FindServersResponseMessage EndFindServers (IAsyncResult result)
 The method used to retrieve the results of a FindServers service request. More...
 
IAsyncResult BeginFindServersOnNetwork (FindServersOnNetworkMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the FindServersOnNetwork service. More...
 
FindServersOnNetworkResponseMessage EndFindServersOnNetwork (IAsyncResult result)
 The method used to retrieve the results of a FindServersOnNetwork service request. More...
 
IAsyncResult BeginGetEndpoints (GetEndpointsMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the GetEndpoints service. More...
 
GetEndpointsResponseMessage EndGetEndpoints (IAsyncResult result)
 The method used to retrieve the results of a GetEndpoints service request. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.IEndpointBase
IAsyncResult BeginInvokeService (InvokeServiceMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the InvokeService service. More...
 
InvokeServiceResponseMessage EndInvokeService (IAsyncResult result)
 The method used to retrieve the results of a InvokeService service request. More...
 

Detailed Description

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

Member Function Documentation

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

The operation contract for the FindServers service.

Implemented in UnifiedAutomation.UaBase.DiscoveryEndpoint, and UnifiedAutomation.UaBase.SessionEndpoint.

IAsyncResult UnifiedAutomation.UaBase.IDiscoveryEndpoint.BeginFindServersOnNetwork ( FindServersOnNetworkMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the FindServersOnNetwork service.

Implemented in UnifiedAutomation.UaBase.DiscoveryEndpoint, and UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the GetEndpoints service.

Implemented in UnifiedAutomation.UaBase.DiscoveryEndpoint, and UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.DiscoveryEndpoint, and UnifiedAutomation.UaBase.SessionEndpoint.

FindServersOnNetworkResponseMessage UnifiedAutomation.UaBase.IDiscoveryEndpoint.EndFindServersOnNetwork ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.DiscoveryEndpoint, and UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.DiscoveryEndpoint, and UnifiedAutomation.UaBase.SessionEndpoint.


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