UA Bundle SDK .NET  2.2.0.255
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.IRegistrationChannel Interface Reference

An interface used by by clients to access a UA server. More...

Inherits UnifiedAutomation.UaBase.IChannelBase.

Inherited by UnifiedAutomation.UaBase.RegistrationChannel.

Public Member Functions

FindDnsServicesResponseMessage FindDnsServices (FindDnsServicesMessage request)
 The operation contract for the FindDnsServices service. More...
 
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...
 
RegisterServerResponseMessage RegisterServer (RegisterServerMessage request)
 The operation contract for the RegisterServer service. 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.IChannelBase
InvokeServiceResponseMessage InvokeService (InvokeServiceMessage request)
 The operation contract for the InvokeService service. More...
 
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

An interface used by by clients to access a UA server.

Member Function Documentation

IAsyncResult UnifiedAutomation.UaBase.IRegistrationChannel.BeginFindDnsServices ( FindDnsServicesMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the FindDnsServices service.

Implemented in UnifiedAutomation.UaBase.RegistrationChannel.

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

The operation contract for the RegisterServer service.

Implemented in UnifiedAutomation.UaBase.RegistrationChannel.

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

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

Implemented in UnifiedAutomation.UaBase.RegistrationChannel.

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

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

Implemented in UnifiedAutomation.UaBase.RegistrationChannel.

FindDnsServicesResponseMessage UnifiedAutomation.UaBase.IRegistrationChannel.FindDnsServices ( FindDnsServicesMessage  request)

The operation contract for the FindDnsServices service.

Implemented in UnifiedAutomation.UaBase.RegistrationChannel.

RegisterServerResponseMessage UnifiedAutomation.UaBase.IRegistrationChannel.RegisterServer ( RegisterServerMessage  request)

The operation contract for the RegisterServer service.

Implemented in UnifiedAutomation.UaBase.RegistrationChannel.


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