.NET Based OPC UA Client/Server SDK  2.6.0.418
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

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...
 
RegisterServer2ResponseMessage RegisterServer2 (RegisterServer2Message request)
 The operation contract for the RegisterServer2 service. More...
 
IAsyncResult BeginRegisterServer2 (RegisterServer2Message request, AsyncCallback callback, object asyncState)
 The operation contract for the RegisterServer2 service. More...
 
RegisterServer2ResponseMessage EndRegisterServer2 (IAsyncResult result)
 The method used to retrieve the results of a RegisterServer2 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.BeginRegisterServer ( RegisterServerMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the RegisterServer service.

Implemented in UnifiedAutomation.UaBase.RegistrationChannel.

IAsyncResult UnifiedAutomation.UaBase.IRegistrationChannel.BeginRegisterServer2 ( RegisterServer2Message  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the RegisterServer2 service.

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.

RegisterServer2ResponseMessage UnifiedAutomation.UaBase.IRegistrationChannel.EndRegisterServer2 ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.RegistrationChannel.

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

The operation contract for the RegisterServer service.

Implemented in UnifiedAutomation.UaBase.RegistrationChannel.

RegisterServer2ResponseMessage UnifiedAutomation.UaBase.IRegistrationChannel.RegisterServer2 ( RegisterServer2Message  request)

The operation contract for the RegisterServer2 service.

Implemented in UnifiedAutomation.UaBase.RegistrationChannel.


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