UA Bundle SDK .NET  2.2.0.255
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
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 BeginFindDnsServices (FindDnsServicesMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the FindDnsServices service. More...
 
FindDnsServicesResponseMessage EndFindDnsServices (IAsyncResult result)
 The method used to retrieve the results of a FindDnsServices service request. More...
 
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...
 
- 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.BeginFindDnsServices ( FindDnsServicesMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the FindDnsServices service.

Implemented in UnifiedAutomation.UaBase.DiscoveryEndpoint.

IAsyncResult UnifiedAutomation.UaBase.IRegistrationEndpoint.BeginRegisterServer ( RegisterServerMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the RegisterServer service.

Implemented in UnifiedAutomation.UaBase.DiscoveryEndpoint.

FindDnsServicesResponseMessage UnifiedAutomation.UaBase.IRegistrationEndpoint.EndFindDnsServices ( IAsyncResult  result)

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

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.


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