UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations 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.
 
CreateSessionResponseMessage EndCreateSession (IAsyncResult result)
 The method used to retrieve the results of a CreateSession service request.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.IEndpointBase
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

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

<exclude>

Member Function Documentation

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

The operation contract for the ActivateSession service.

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

The operation contract for the AddNodes service.

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

The operation contract for the AddReferences service.

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

The operation contract for the Browse service.

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

The operation contract for the BrowseNext service.

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

The operation contract for the Call service.

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

The operation contract for the Cancel service.

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

The operation contract for the CloseSession service.

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

The operation contract for the CreateMonitoredItems service.

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

The operation contract for the CreateSession service.

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

The operation contract for the CreateSubscription service.

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

The operation contract for the DeleteMonitoredItems service.

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

The operation contract for the DeleteNodes service.

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

The operation contract for the DeleteReferences service.

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

The operation contract for the DeleteSubscriptions service.

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

The operation contract for the HistoryRead service.

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

The operation contract for the HistoryUpdate service.

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

The operation contract for the ModifyMonitoredItems service.

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

The operation contract for the ModifySubscription service.

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

The operation contract for the Publish service.

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

The operation contract for the QueryFirst service.

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

The operation contract for the QueryNext service.

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

The operation contract for the Read service.

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

The operation contract for the RegisterNodes service.

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

The operation contract for the Republish service.

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

The operation contract for the SetMonitoringMode service.

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

The operation contract for the SetPublishingMode service.

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

The operation contract for the SetTriggering service.

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

The operation contract for the TestStack service.

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

The operation contract for the TestStackEx service.

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

The operation contract for the TransferSubscriptions service.

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

The operation contract for the TranslateBrowsePathsToNodeIds service.

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

The operation contract for the UnregisterNodes service.

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

The operation contract for the Write service.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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