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

The asynchronous service contract which must be implemented by UA servers. More...

Inherits UnifiedAutomation.UaBase.IEndpointBase.

Inherited by UnifiedAutomation.UaBase.SessionEndpoint.

Public Member Functions

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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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...
 
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.IEndpointBase
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 asynchronous service contract which must be implemented by UA servers.

Member Function Documentation

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

The operation contract for the ActivateSession service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the AddNodes service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the AddReferences service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the Browse service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the BrowseNext service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the Call service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the Cancel service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the CloseSession service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the CreateMonitoredItems service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the CreateSession service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the CreateSubscription service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the DeleteMonitoredItems service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the DeleteNodes service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the DeleteReferences service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the DeleteSubscriptions service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the HistoryRead service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the HistoryUpdate service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the ModifyMonitoredItems service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the ModifySubscription service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the Publish service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the QueryFirst service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the QueryNext service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the Read service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the RegisterNodes service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the Republish service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the SetMonitoringMode service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the SetPublishingMode service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the SetTriggering service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the TestStack service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the TestStackEx service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the TransferSubscriptions service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the TranslateBrowsePathsToNodeIds service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the UnregisterNodes service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

The operation contract for the Write service.

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.

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

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

Implemented in UnifiedAutomation.UaBase.SessionEndpoint.


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