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

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

Inherits UnifiedAutomation.UaBase.IChannelBase.

Inherited by UnifiedAutomation.UaBase.SessionChannel.

Public Member Functions

CreateSessionResponseMessage CreateSession (CreateSessionMessage request)
 The operation contract for the CreateSession service. More...
 
IAsyncResult BeginCreateSession (CreateSessionMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the CreateSession service. More...
 
CreateSessionResponseMessage EndCreateSession (IAsyncResult result)
 The method used to retrieve the results of a CreateSession service request. More...
 
ActivateSessionResponseMessage ActivateSession (ActivateSessionMessage request)
 The operation contract for the ActivateSession service. More...
 
IAsyncResult BeginActivateSession (ActivateSessionMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the ActivateSession service. More...
 
ActivateSessionResponseMessage EndActivateSession (IAsyncResult result)
 The method used to retrieve the results of a ActivateSession service request. More...
 
CloseSessionResponseMessage CloseSession (CloseSessionMessage request)
 The operation contract for the CloseSession service. More...
 
IAsyncResult BeginCloseSession (CloseSessionMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the CloseSession service. More...
 
CloseSessionResponseMessage EndCloseSession (IAsyncResult result)
 The method used to retrieve the results of a CloseSession service request. More...
 
CancelResponseMessage Cancel (CancelMessage request)
 The operation contract for the Cancel service. More...
 
IAsyncResult BeginCancel (CancelMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the Cancel service. More...
 
CancelResponseMessage EndCancel (IAsyncResult result)
 The method used to retrieve the results of a Cancel service request. More...
 
AddNodesResponseMessage AddNodes (AddNodesMessage request)
 The operation contract for the AddNodes service. More...
 
IAsyncResult BeginAddNodes (AddNodesMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the AddNodes service. More...
 
AddNodesResponseMessage EndAddNodes (IAsyncResult result)
 The method used to retrieve the results of a AddNodes service request. More...
 
AddReferencesResponseMessage AddReferences (AddReferencesMessage request)
 The operation contract for the AddReferences service. More...
 
IAsyncResult BeginAddReferences (AddReferencesMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the AddReferences service. More...
 
AddReferencesResponseMessage EndAddReferences (IAsyncResult result)
 The method used to retrieve the results of a AddReferences service request. More...
 
DeleteNodesResponseMessage DeleteNodes (DeleteNodesMessage request)
 The operation contract for the DeleteNodes service. More...
 
IAsyncResult BeginDeleteNodes (DeleteNodesMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the DeleteNodes service. More...
 
DeleteNodesResponseMessage EndDeleteNodes (IAsyncResult result)
 The method used to retrieve the results of a DeleteNodes service request. More...
 
DeleteReferencesResponseMessage DeleteReferences (DeleteReferencesMessage request)
 The operation contract for the DeleteReferences service. More...
 
IAsyncResult BeginDeleteReferences (DeleteReferencesMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the DeleteReferences service. More...
 
DeleteReferencesResponseMessage EndDeleteReferences (IAsyncResult result)
 The method used to retrieve the results of a DeleteReferences service request. More...
 
BrowseResponseMessage Browse (BrowseMessage request)
 The operation contract for the Browse service. More...
 
IAsyncResult BeginBrowse (BrowseMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the Browse service. More...
 
BrowseResponseMessage EndBrowse (IAsyncResult result)
 The method used to retrieve the results of a Browse service request. More...
 
BrowseNextResponseMessage BrowseNext (BrowseNextMessage request)
 The operation contract for the BrowseNext service. More...
 
IAsyncResult BeginBrowseNext (BrowseNextMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the BrowseNext service. More...
 
BrowseNextResponseMessage EndBrowseNext (IAsyncResult result)
 The method used to retrieve the results of a BrowseNext service request. More...
 
TranslateBrowsePathsToNodeIdsResponseMessage TranslateBrowsePathsToNodeIds (TranslateBrowsePathsToNodeIdsMessage request)
 The operation contract for the TranslateBrowsePathsToNodeIds service. More...
 
IAsyncResult BeginTranslateBrowsePathsToNodeIds (TranslateBrowsePathsToNodeIdsMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the TranslateBrowsePathsToNodeIds service. More...
 
TranslateBrowsePathsToNodeIdsResponseMessage EndTranslateBrowsePathsToNodeIds (IAsyncResult result)
 The method used to retrieve the results of a TranslateBrowsePathsToNodeIds service request. More...
 
RegisterNodesResponseMessage RegisterNodes (RegisterNodesMessage request)
 The operation contract for the RegisterNodes service. More...
 
IAsyncResult BeginRegisterNodes (RegisterNodesMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the RegisterNodes service. More...
 
RegisterNodesResponseMessage EndRegisterNodes (IAsyncResult result)
 The method used to retrieve the results of a RegisterNodes service request. More...
 
UnregisterNodesResponseMessage UnregisterNodes (UnregisterNodesMessage request)
 The operation contract for the UnregisterNodes service. More...
 
IAsyncResult BeginUnregisterNodes (UnregisterNodesMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the UnregisterNodes service. More...
 
UnregisterNodesResponseMessage EndUnregisterNodes (IAsyncResult result)
 The method used to retrieve the results of a UnregisterNodes service request. More...
 
QueryFirstResponseMessage QueryFirst (QueryFirstMessage request)
 The operation contract for the QueryFirst service. More...
 
IAsyncResult BeginQueryFirst (QueryFirstMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the QueryFirst service. More...
 
QueryFirstResponseMessage EndQueryFirst (IAsyncResult result)
 The method used to retrieve the results of a QueryFirst service request. More...
 
QueryNextResponseMessage QueryNext (QueryNextMessage request)
 The operation contract for the QueryNext service. More...
 
IAsyncResult BeginQueryNext (QueryNextMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the QueryNext service. More...
 
QueryNextResponseMessage EndQueryNext (IAsyncResult result)
 The method used to retrieve the results of a QueryNext service request. More...
 
ReadResponseMessage Read (ReadMessage request)
 The operation contract for the Read service. More...
 
IAsyncResult BeginRead (ReadMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the Read service. More...
 
ReadResponseMessage EndRead (IAsyncResult result)
 The method used to retrieve the results of a Read service request. More...
 
HistoryReadResponseMessage HistoryRead (HistoryReadMessage request)
 The operation contract for the HistoryRead service. More...
 
IAsyncResult BeginHistoryRead (HistoryReadMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the HistoryRead service. More...
 
HistoryReadResponseMessage EndHistoryRead (IAsyncResult result)
 The method used to retrieve the results of a HistoryRead service request. More...
 
WriteResponseMessage Write (WriteMessage request)
 The operation contract for the Write service. More...
 
IAsyncResult BeginWrite (WriteMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the Write service. More...
 
WriteResponseMessage EndWrite (IAsyncResult result)
 The method used to retrieve the results of a Write service request. More...
 
HistoryUpdateResponseMessage HistoryUpdate (HistoryUpdateMessage request)
 The operation contract for the HistoryUpdate service. More...
 
IAsyncResult BeginHistoryUpdate (HistoryUpdateMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the HistoryUpdate service. More...
 
HistoryUpdateResponseMessage EndHistoryUpdate (IAsyncResult result)
 The method used to retrieve the results of a HistoryUpdate service request. More...
 
CallResponseMessage Call (CallMessage request)
 The operation contract for the Call service. More...
 
IAsyncResult BeginCall (CallMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the Call service. More...
 
CallResponseMessage EndCall (IAsyncResult result)
 The method used to retrieve the results of a Call service request. More...
 
CreateMonitoredItemsResponseMessage CreateMonitoredItems (CreateMonitoredItemsMessage request)
 The operation contract for the CreateMonitoredItems service. More...
 
IAsyncResult BeginCreateMonitoredItems (CreateMonitoredItemsMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the CreateMonitoredItems service. More...
 
CreateMonitoredItemsResponseMessage EndCreateMonitoredItems (IAsyncResult result)
 The method used to retrieve the results of a CreateMonitoredItems service request. More...
 
ModifyMonitoredItemsResponseMessage ModifyMonitoredItems (ModifyMonitoredItemsMessage request)
 The operation contract for the ModifyMonitoredItems service. More...
 
IAsyncResult BeginModifyMonitoredItems (ModifyMonitoredItemsMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the ModifyMonitoredItems service. More...
 
ModifyMonitoredItemsResponseMessage EndModifyMonitoredItems (IAsyncResult result)
 The method used to retrieve the results of a ModifyMonitoredItems service request. More...
 
SetMonitoringModeResponseMessage SetMonitoringMode (SetMonitoringModeMessage request)
 The operation contract for the SetMonitoringMode service. More...
 
IAsyncResult BeginSetMonitoringMode (SetMonitoringModeMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the SetMonitoringMode service. More...
 
SetMonitoringModeResponseMessage EndSetMonitoringMode (IAsyncResult result)
 The method used to retrieve the results of a SetMonitoringMode service request. More...
 
SetTriggeringResponseMessage SetTriggering (SetTriggeringMessage request)
 The operation contract for the SetTriggering service. More...
 
IAsyncResult BeginSetTriggering (SetTriggeringMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the SetTriggering service. More...
 
SetTriggeringResponseMessage EndSetTriggering (IAsyncResult result)
 The method used to retrieve the results of a SetTriggering service request. More...
 
DeleteMonitoredItemsResponseMessage DeleteMonitoredItems (DeleteMonitoredItemsMessage request)
 The operation contract for the DeleteMonitoredItems service. More...
 
IAsyncResult BeginDeleteMonitoredItems (DeleteMonitoredItemsMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the DeleteMonitoredItems service. More...
 
DeleteMonitoredItemsResponseMessage EndDeleteMonitoredItems (IAsyncResult result)
 The method used to retrieve the results of a DeleteMonitoredItems service request. More...
 
CreateSubscriptionResponseMessage CreateSubscription (CreateSubscriptionMessage request)
 The operation contract for the CreateSubscription service. More...
 
IAsyncResult BeginCreateSubscription (CreateSubscriptionMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the CreateSubscription service. More...
 
CreateSubscriptionResponseMessage EndCreateSubscription (IAsyncResult result)
 The method used to retrieve the results of a CreateSubscription service request. More...
 
ModifySubscriptionResponseMessage ModifySubscription (ModifySubscriptionMessage request)
 The operation contract for the ModifySubscription service. More...
 
IAsyncResult BeginModifySubscription (ModifySubscriptionMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the ModifySubscription service. More...
 
ModifySubscriptionResponseMessage EndModifySubscription (IAsyncResult result)
 The method used to retrieve the results of a ModifySubscription service request. More...
 
SetPublishingModeResponseMessage SetPublishingMode (SetPublishingModeMessage request)
 The operation contract for the SetPublishingMode service. More...
 
IAsyncResult BeginSetPublishingMode (SetPublishingModeMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the SetPublishingMode service. More...
 
SetPublishingModeResponseMessage EndSetPublishingMode (IAsyncResult result)
 The method used to retrieve the results of a SetPublishingMode service request. More...
 
PublishResponseMessage Publish (PublishMessage request)
 The operation contract for the Publish service. More...
 
IAsyncResult BeginPublish (PublishMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the Publish service. More...
 
PublishResponseMessage EndPublish (IAsyncResult result)
 The method used to retrieve the results of a Publish service request. More...
 
RepublishResponseMessage Republish (RepublishMessage request)
 The operation contract for the Republish service. More...
 
IAsyncResult BeginRepublish (RepublishMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the Republish service. More...
 
RepublishResponseMessage EndRepublish (IAsyncResult result)
 The method used to retrieve the results of a Republish service request. More...
 
TransferSubscriptionsResponseMessage TransferSubscriptions (TransferSubscriptionsMessage request)
 The operation contract for the TransferSubscriptions service. More...
 
IAsyncResult BeginTransferSubscriptions (TransferSubscriptionsMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the TransferSubscriptions service. More...
 
TransferSubscriptionsResponseMessage EndTransferSubscriptions (IAsyncResult result)
 The method used to retrieve the results of a TransferSubscriptions service request. More...
 
DeleteSubscriptionsResponseMessage DeleteSubscriptions (DeleteSubscriptionsMessage request)
 The operation contract for the DeleteSubscriptions service. More...
 
IAsyncResult BeginDeleteSubscriptions (DeleteSubscriptionsMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the DeleteSubscriptions service. More...
 
DeleteSubscriptionsResponseMessage EndDeleteSubscriptions (IAsyncResult result)
 The method used to retrieve the results of a DeleteSubscriptions service request. More...
 
TestStackResponseMessage TestStack (TestStackMessage request)
 The operation contract for the TestStack service. More...
 
IAsyncResult BeginTestStack (TestStackMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the TestStack service. More...
 
TestStackResponseMessage EndTestStack (IAsyncResult result)
 The method used to retrieve the results of a TestStack service request. More...
 
TestStackExResponseMessage TestStackEx (TestStackExMessage request)
 The operation contract for the TestStackEx service. More...
 
IAsyncResult BeginTestStackEx (TestStackExMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the TestStackEx service. More...
 
TestStackExResponseMessage EndTestStackEx (IAsyncResult result)
 The method used to retrieve the results of a TestStackEx 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

ActivateSessionResponseMessage UnifiedAutomation.UaBase.ISessionChannel.ActivateSession ( ActivateSessionMessage  request)

The operation contract for the ActivateSession service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

AddNodesResponseMessage UnifiedAutomation.UaBase.ISessionChannel.AddNodes ( AddNodesMessage  request)

The operation contract for the AddNodes service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

AddReferencesResponseMessage UnifiedAutomation.UaBase.ISessionChannel.AddReferences ( AddReferencesMessage  request)

The operation contract for the AddReferences service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginActivateSession ( ActivateSessionMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the ActivateSession service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginAddNodes ( AddNodesMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the AddNodes service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginAddReferences ( AddReferencesMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the AddReferences service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginBrowse ( BrowseMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the Browse service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginBrowseNext ( BrowseNextMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the BrowseNext service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginCall ( CallMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the Call service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginCancel ( CancelMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the Cancel service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginCloseSession ( CloseSessionMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the CloseSession service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginCreateMonitoredItems ( CreateMonitoredItemsMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the CreateMonitoredItems service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginCreateSession ( CreateSessionMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the CreateSession service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginCreateSubscription ( CreateSubscriptionMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the CreateSubscription service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginDeleteMonitoredItems ( DeleteMonitoredItemsMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the DeleteMonitoredItems service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginDeleteNodes ( DeleteNodesMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the DeleteNodes service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginDeleteReferences ( DeleteReferencesMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the DeleteReferences service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginDeleteSubscriptions ( DeleteSubscriptionsMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the DeleteSubscriptions service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginHistoryRead ( HistoryReadMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the HistoryRead service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginHistoryUpdate ( HistoryUpdateMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the HistoryUpdate service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginModifyMonitoredItems ( ModifyMonitoredItemsMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the ModifyMonitoredItems service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginModifySubscription ( ModifySubscriptionMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the ModifySubscription service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginPublish ( PublishMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the Publish service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginQueryFirst ( QueryFirstMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the QueryFirst service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginQueryNext ( QueryNextMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the QueryNext service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginRead ( ReadMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the Read service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginRegisterNodes ( RegisterNodesMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the RegisterNodes service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginRepublish ( RepublishMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the Republish service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginSetMonitoringMode ( SetMonitoringModeMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the SetMonitoringMode service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginSetPublishingMode ( SetPublishingModeMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the SetPublishingMode service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginSetTriggering ( SetTriggeringMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the SetTriggering service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginTestStack ( TestStackMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the TestStack service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginTestStackEx ( TestStackExMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the TestStackEx service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginTransferSubscriptions ( TransferSubscriptionsMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the TransferSubscriptions service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginTranslateBrowsePathsToNodeIds ( TranslateBrowsePathsToNodeIdsMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the TranslateBrowsePathsToNodeIds service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginUnregisterNodes ( UnregisterNodesMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the UnregisterNodes service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

IAsyncResult UnifiedAutomation.UaBase.ISessionChannel.BeginWrite ( WriteMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the Write service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

BrowseResponseMessage UnifiedAutomation.UaBase.ISessionChannel.Browse ( BrowseMessage  request)

The operation contract for the Browse service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

BrowseNextResponseMessage UnifiedAutomation.UaBase.ISessionChannel.BrowseNext ( BrowseNextMessage  request)

The operation contract for the BrowseNext service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

CallResponseMessage UnifiedAutomation.UaBase.ISessionChannel.Call ( CallMessage  request)

The operation contract for the Call service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

CancelResponseMessage UnifiedAutomation.UaBase.ISessionChannel.Cancel ( CancelMessage  request)

The operation contract for the Cancel service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

CloseSessionResponseMessage UnifiedAutomation.UaBase.ISessionChannel.CloseSession ( CloseSessionMessage  request)

The operation contract for the CloseSession service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

CreateMonitoredItemsResponseMessage UnifiedAutomation.UaBase.ISessionChannel.CreateMonitoredItems ( CreateMonitoredItemsMessage  request)

The operation contract for the CreateMonitoredItems service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

CreateSessionResponseMessage UnifiedAutomation.UaBase.ISessionChannel.CreateSession ( CreateSessionMessage  request)

The operation contract for the CreateSession service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

CreateSubscriptionResponseMessage UnifiedAutomation.UaBase.ISessionChannel.CreateSubscription ( CreateSubscriptionMessage  request)

The operation contract for the CreateSubscription service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

DeleteMonitoredItemsResponseMessage UnifiedAutomation.UaBase.ISessionChannel.DeleteMonitoredItems ( DeleteMonitoredItemsMessage  request)

The operation contract for the DeleteMonitoredItems service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

DeleteNodesResponseMessage UnifiedAutomation.UaBase.ISessionChannel.DeleteNodes ( DeleteNodesMessage  request)

The operation contract for the DeleteNodes service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

DeleteReferencesResponseMessage UnifiedAutomation.UaBase.ISessionChannel.DeleteReferences ( DeleteReferencesMessage  request)

The operation contract for the DeleteReferences service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

DeleteSubscriptionsResponseMessage UnifiedAutomation.UaBase.ISessionChannel.DeleteSubscriptions ( DeleteSubscriptionsMessage  request)

The operation contract for the DeleteSubscriptions service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

ActivateSessionResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndActivateSession ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

AddNodesResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndAddNodes ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

AddReferencesResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndAddReferences ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

BrowseResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndBrowse ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

BrowseNextResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndBrowseNext ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

CallResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndCall ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

CancelResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndCancel ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

CloseSessionResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndCloseSession ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

CreateMonitoredItemsResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndCreateMonitoredItems ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

CreateSessionResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndCreateSession ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

CreateSubscriptionResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndCreateSubscription ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

DeleteMonitoredItemsResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndDeleteMonitoredItems ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

DeleteNodesResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndDeleteNodes ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

DeleteReferencesResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndDeleteReferences ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

DeleteSubscriptionsResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndDeleteSubscriptions ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

HistoryReadResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndHistoryRead ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

HistoryUpdateResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndHistoryUpdate ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

ModifyMonitoredItemsResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndModifyMonitoredItems ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

ModifySubscriptionResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndModifySubscription ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

PublishResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndPublish ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

QueryFirstResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndQueryFirst ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

QueryNextResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndQueryNext ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

ReadResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndRead ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

RegisterNodesResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndRegisterNodes ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

RepublishResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndRepublish ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

SetMonitoringModeResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndSetMonitoringMode ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

SetPublishingModeResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndSetPublishingMode ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

SetTriggeringResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndSetTriggering ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

TestStackResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndTestStack ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

TestStackExResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndTestStackEx ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

TransferSubscriptionsResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndTransferSubscriptions ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

TranslateBrowsePathsToNodeIdsResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndTranslateBrowsePathsToNodeIds ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

UnregisterNodesResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndUnregisterNodes ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

WriteResponseMessage UnifiedAutomation.UaBase.ISessionChannel.EndWrite ( IAsyncResult  result)

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

Implemented in UnifiedAutomation.UaBase.SessionChannel.

HistoryReadResponseMessage UnifiedAutomation.UaBase.ISessionChannel.HistoryRead ( HistoryReadMessage  request)

The operation contract for the HistoryRead service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

HistoryUpdateResponseMessage UnifiedAutomation.UaBase.ISessionChannel.HistoryUpdate ( HistoryUpdateMessage  request)

The operation contract for the HistoryUpdate service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

ModifyMonitoredItemsResponseMessage UnifiedAutomation.UaBase.ISessionChannel.ModifyMonitoredItems ( ModifyMonitoredItemsMessage  request)

The operation contract for the ModifyMonitoredItems service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

ModifySubscriptionResponseMessage UnifiedAutomation.UaBase.ISessionChannel.ModifySubscription ( ModifySubscriptionMessage  request)

The operation contract for the ModifySubscription service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

PublishResponseMessage UnifiedAutomation.UaBase.ISessionChannel.Publish ( PublishMessage  request)

The operation contract for the Publish service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

QueryFirstResponseMessage UnifiedAutomation.UaBase.ISessionChannel.QueryFirst ( QueryFirstMessage  request)

The operation contract for the QueryFirst service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

QueryNextResponseMessage UnifiedAutomation.UaBase.ISessionChannel.QueryNext ( QueryNextMessage  request)

The operation contract for the QueryNext service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

ReadResponseMessage UnifiedAutomation.UaBase.ISessionChannel.Read ( ReadMessage  request)

The operation contract for the Read service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

RegisterNodesResponseMessage UnifiedAutomation.UaBase.ISessionChannel.RegisterNodes ( RegisterNodesMessage  request)

The operation contract for the RegisterNodes service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

RepublishResponseMessage UnifiedAutomation.UaBase.ISessionChannel.Republish ( RepublishMessage  request)

The operation contract for the Republish service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

SetMonitoringModeResponseMessage UnifiedAutomation.UaBase.ISessionChannel.SetMonitoringMode ( SetMonitoringModeMessage  request)

The operation contract for the SetMonitoringMode service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

SetPublishingModeResponseMessage UnifiedAutomation.UaBase.ISessionChannel.SetPublishingMode ( SetPublishingModeMessage  request)

The operation contract for the SetPublishingMode service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

SetTriggeringResponseMessage UnifiedAutomation.UaBase.ISessionChannel.SetTriggering ( SetTriggeringMessage  request)

The operation contract for the SetTriggering service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

TestStackResponseMessage UnifiedAutomation.UaBase.ISessionChannel.TestStack ( TestStackMessage  request)

The operation contract for the TestStack service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

TestStackExResponseMessage UnifiedAutomation.UaBase.ISessionChannel.TestStackEx ( TestStackExMessage  request)

The operation contract for the TestStackEx service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

TransferSubscriptionsResponseMessage UnifiedAutomation.UaBase.ISessionChannel.TransferSubscriptions ( TransferSubscriptionsMessage  request)

The operation contract for the TransferSubscriptions service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

TranslateBrowsePathsToNodeIdsResponseMessage UnifiedAutomation.UaBase.ISessionChannel.TranslateBrowsePathsToNodeIds ( TranslateBrowsePathsToNodeIdsMessage  request)

The operation contract for the TranslateBrowsePathsToNodeIds service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

UnregisterNodesResponseMessage UnifiedAutomation.UaBase.ISessionChannel.UnregisterNodes ( UnregisterNodesMessage  request)

The operation contract for the UnregisterNodes service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.

WriteResponseMessage UnifiedAutomation.UaBase.ISessionChannel.Write ( WriteMessage  request)

The operation contract for the Write service.

Implemented in UnifiedAutomation.UaBase.SessionChannel.


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