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

The base asynchronous interface for all services exposed by UA servers. More...

Inherited by UnifiedAutomation.UaBase.EndpointBase, UnifiedAutomation.UaBase.IDiscoveryEndpoint, UnifiedAutomation.UaBase.IRegistrationEndpoint, and UnifiedAutomation.UaBase.ISessionEndpoint.

Public Member Functions

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 asynchronous interface for all services exposed by UA servers.

Member Function Documentation

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

The operation contract for the InvokeService service.

Implemented in UnifiedAutomation.UaBase.EndpointBase.

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

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

Implemented in UnifiedAutomation.UaBase.EndpointBase.


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