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

Detailed Description

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

<exclude>

Member Function Documentation

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

The operation contract for the ActivateSession service.

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

The operation contract for the AddNodes service.

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

The operation contract for the AddReferences service.

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

The operation contract for the ActivateSession service.

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

The operation contract for the AddNodes service.

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

The operation contract for the AddReferences service.

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

The operation contract for the Browse service.

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

The operation contract for the BrowseNext service.

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

The operation contract for the Call service.

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

The operation contract for the Cancel service.

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

The operation contract for the CloseSession service.

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

The operation contract for the CreateMonitoredItems service.

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

The operation contract for the CreateSession service.

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

The operation contract for the CreateSubscription service.

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

The operation contract for the DeleteMonitoredItems service.

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

The operation contract for the DeleteNodes service.

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

The operation contract for the DeleteReferences service.

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

The operation contract for the DeleteSubscriptions service.

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

The operation contract for the HistoryRead service.

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

The operation contract for the HistoryUpdate service.

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

The operation contract for the ModifyMonitoredItems service.

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

The operation contract for the ModifySubscription service.

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

The operation contract for the Publish service.

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

The operation contract for the QueryFirst service.

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

The operation contract for the QueryNext service.

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

The operation contract for the Read service.

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

The operation contract for the RegisterNodes service.

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

The operation contract for the Republish service.

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

The operation contract for the SetMonitoringMode service.

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

The operation contract for the SetPublishingMode service.

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

The operation contract for the SetTriggering service.

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

The operation contract for the TestStack service.

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

The operation contract for the TestStackEx service.

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

The operation contract for the TransferSubscriptions service.

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

The operation contract for the TranslateBrowsePathsToNodeIds service.

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

The operation contract for the UnregisterNodes service.

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

The operation contract for the Write service.

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

The operation contract for the Browse service.

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

The operation contract for the BrowseNext service.

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

The operation contract for the Call service.

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

The operation contract for the Cancel service.

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

The operation contract for the CloseSession service.

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

The operation contract for the CreateMonitoredItems service.

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

The operation contract for the CreateSession service.

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

The operation contract for the CreateSubscription service.

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

The operation contract for the DeleteMonitoredItems service.

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

The operation contract for the DeleteNodes service.

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

The operation contract for the DeleteReferences service.

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

The operation contract for the DeleteSubscriptions service.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

The operation contract for the HistoryRead service.

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

The operation contract for the HistoryUpdate service.

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

The operation contract for the ModifyMonitoredItems service.

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

The operation contract for the ModifySubscription service.

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

The operation contract for the Publish service.

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

The operation contract for the QueryFirst service.

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

The operation contract for the QueryNext service.

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

The operation contract for the Read service.

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

The operation contract for the RegisterNodes service.

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

The operation contract for the Republish service.

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

The operation contract for the SetMonitoringMode service.

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

The operation contract for the SetPublishingMode service.

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

The operation contract for the SetTriggering service.

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

The operation contract for the TestStack service.

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

The operation contract for the TestStackEx service.

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

The operation contract for the TransferSubscriptions service.

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

The operation contract for the TranslateBrowsePathsToNodeIds service.

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

The operation contract for the UnregisterNodes service.

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

The operation contract for the Write service.


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