.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.IRegistrationEndpoint Interface Reference

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

Inherits UnifiedAutomation.UaBase.IEndpointBase.

Inherited by UnifiedAutomation.UaBase.DiscoveryEndpoint.

Public Member Functions

IAsyncResult BeginRegisterServer (RegisterServerMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the RegisterServer service. More...
 
RegisterServerResponseMessage EndRegisterServer (IAsyncResult result)
 The method used to retrieve the results of a RegisterServer service request. More...
 
IAsyncResult BeginRegisterServer2 (RegisterServer2Message request, AsyncCallback callback, object asyncState)
 The operation contract for the RegisterServer2 service. More...
 
RegisterServer2ResponseMessage EndRegisterServer2 (IAsyncResult result)
 The method used to retrieve the results of a RegisterServer2 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.IRegistrationEndpoint.BeginRegisterServer ( RegisterServerMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the RegisterServer service.

Implemented in UnifiedAutomation.UaBase.DiscoveryEndpoint.

IAsyncResult UnifiedAutomation.UaBase.IRegistrationEndpoint.BeginRegisterServer2 ( RegisterServer2Message  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the RegisterServer2 service.

Implemented in UnifiedAutomation.UaBase.DiscoveryEndpoint.

RegisterServerResponseMessage UnifiedAutomation.UaBase.IRegistrationEndpoint.EndRegisterServer ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.DiscoveryEndpoint.

RegisterServer2ResponseMessage UnifiedAutomation.UaBase.IRegistrationEndpoint.EndRegisterServer2 ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.DiscoveryEndpoint.


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