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

The base interface for client proxies. More...

Inherited by UnifiedAutomation.UaBase.IDiscoveryChannel, UnifiedAutomation.UaBase.IRegistrationChannel, UnifiedAutomation.UaBase.ISessionChannel, and UnifiedAutomation.UaBase.WcfChannelBase.

Public Member Functions

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

The base interface for client proxies.

Member Function Documentation

IAsyncResult UnifiedAutomation.UaBase.IChannelBase.BeginInvokeService ( InvokeServiceMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the InvokeService service.

Implemented in UnifiedAutomation.UaBase.WcfChannelBase< TChannel >, and UnifiedAutomation.UaBase.WcfChannelBase.

InvokeServiceResponseMessage UnifiedAutomation.UaBase.IChannelBase.EndInvokeService ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.WcfChannelBase< TChannel >, and UnifiedAutomation.UaBase.WcfChannelBase.

InvokeServiceResponseMessage UnifiedAutomation.UaBase.IChannelBase.InvokeService ( InvokeServiceMessage  request)

The operation contract for the InvokeService service.

Implemented in UnifiedAutomation.UaBase.WcfChannelBase< TChannel >, and UnifiedAutomation.UaBase.WcfChannelBase.


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