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

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

Inherits UnifiedAutomation.UaBase.IChannelBase.

Inherited by UnifiedAutomation.UaBase.DiscoveryChannel.

Public Member Functions

FindServersResponseMessage FindServers (FindServersMessage request)
 The operation contract for the FindServers service. More...
 
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...
 
GetEndpointsResponseMessage GetEndpoints (GetEndpointsMessage request)
 The operation contract for the GetEndpoints service. 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.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.IDiscoveryChannel.BeginFindServers ( FindServersMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the FindServers service.

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.

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

The operation contract for the GetEndpoints service.

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.

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

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

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.

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

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

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.

FindServersResponseMessage UnifiedAutomation.UaBase.IDiscoveryChannel.FindServers ( FindServersMessage  request)

The operation contract for the FindServers service.

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.

GetEndpointsResponseMessage UnifiedAutomation.UaBase.IDiscoveryChannel.GetEndpoints ( GetEndpointsMessage  request)

The operation contract for the GetEndpoints service.

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.


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