UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
UnifiedAutomation.UaBase.SessionChannel Class Reference

A channel object used by clients to access a UA service. More...

Inherits UnifiedAutomation.UaBase.WcfChannelBase< TChannel >, and UnifiedAutomation.UaBase.ISessionChannel.

Public Member Functions

CreateSessionResponseMessage CreateSession (CreateSessionMessage request)
 The client side implementation of the CreateSession service contract.
 
IAsyncResult BeginCreateSession (CreateSessionMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginCreateSession service contract.
 
CreateSessionResponseMessage EndCreateSession (IAsyncResult result)
 The client side implementation of the EndCreateSession service contract.
 
ActivateSessionResponseMessage ActivateSession (ActivateSessionMessage request)
 The client side implementation of the ActivateSession service contract.
 
IAsyncResult BeginActivateSession (ActivateSessionMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginActivateSession service contract.
 
ActivateSessionResponseMessage EndActivateSession (IAsyncResult result)
 The client side implementation of the EndActivateSession service contract.
 
CloseSessionResponseMessage CloseSession (CloseSessionMessage request)
 The client side implementation of the CloseSession service contract.
 
IAsyncResult BeginCloseSession (CloseSessionMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginCloseSession service contract.
 
CloseSessionResponseMessage EndCloseSession (IAsyncResult result)
 The client side implementation of the EndCloseSession service contract.
 
CancelResponseMessage Cancel (CancelMessage request)
 The client side implementation of the Cancel service contract.
 
IAsyncResult BeginCancel (CancelMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginCancel service contract.
 
CancelResponseMessage EndCancel (IAsyncResult result)
 The client side implementation of the EndCancel service contract.
 
AddNodesResponseMessage AddNodes (AddNodesMessage request)
 The client side implementation of the AddNodes service contract.
 
IAsyncResult BeginAddNodes (AddNodesMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginAddNodes service contract.
 
AddNodesResponseMessage EndAddNodes (IAsyncResult result)
 The client side implementation of the EndAddNodes service contract.
 
AddReferencesResponseMessage AddReferences (AddReferencesMessage request)
 The client side implementation of the AddReferences service contract.
 
IAsyncResult BeginAddReferences (AddReferencesMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginAddReferences service contract.
 
AddReferencesResponseMessage EndAddReferences (IAsyncResult result)
 The client side implementation of the EndAddReferences service contract.
 
DeleteNodesResponseMessage DeleteNodes (DeleteNodesMessage request)
 The client side implementation of the DeleteNodes service contract.
 
IAsyncResult BeginDeleteNodes (DeleteNodesMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginDeleteNodes service contract.
 
DeleteNodesResponseMessage EndDeleteNodes (IAsyncResult result)
 The client side implementation of the EndDeleteNodes service contract.
 
DeleteReferencesResponseMessage DeleteReferences (DeleteReferencesMessage request)
 The client side implementation of the DeleteReferences service contract.
 
IAsyncResult BeginDeleteReferences (DeleteReferencesMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginDeleteReferences service contract.
 
DeleteReferencesResponseMessage EndDeleteReferences (IAsyncResult result)
 The client side implementation of the EndDeleteReferences service contract.
 
BrowseResponseMessage Browse (BrowseMessage request)
 The client side implementation of the Browse service contract.
 
IAsyncResult BeginBrowse (BrowseMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginBrowse service contract.
 
BrowseResponseMessage EndBrowse (IAsyncResult result)
 The client side implementation of the EndBrowse service contract.
 
BrowseNextResponseMessage BrowseNext (BrowseNextMessage request)
 The client side implementation of the BrowseNext service contract.
 
IAsyncResult BeginBrowseNext (BrowseNextMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginBrowseNext service contract.
 
BrowseNextResponseMessage EndBrowseNext (IAsyncResult result)
 The client side implementation of the EndBrowseNext service contract.
 
TranslateBrowsePathsToNodeIdsResponseMessage TranslateBrowsePathsToNodeIds (TranslateBrowsePathsToNodeIdsMessage request)
 The client side implementation of the TranslateBrowsePathsToNodeIds service contract.
 
IAsyncResult BeginTranslateBrowsePathsToNodeIds (TranslateBrowsePathsToNodeIdsMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginTranslateBrowsePathsToNodeIds service contract.
 
TranslateBrowsePathsToNodeIdsResponseMessage EndTranslateBrowsePathsToNodeIds (IAsyncResult result)
 The client side implementation of the EndTranslateBrowsePathsToNodeIds service contract.
 
RegisterNodesResponseMessage RegisterNodes (RegisterNodesMessage request)
 The client side implementation of the RegisterNodes service contract.
 
IAsyncResult BeginRegisterNodes (RegisterNodesMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginRegisterNodes service contract.
 
RegisterNodesResponseMessage EndRegisterNodes (IAsyncResult result)
 The client side implementation of the EndRegisterNodes service contract.
 
UnregisterNodesResponseMessage UnregisterNodes (UnregisterNodesMessage request)
 The client side implementation of the UnregisterNodes service contract.
 
IAsyncResult BeginUnregisterNodes (UnregisterNodesMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginUnregisterNodes service contract.
 
UnregisterNodesResponseMessage EndUnregisterNodes (IAsyncResult result)
 The client side implementation of the EndUnregisterNodes service contract.
 
QueryFirstResponseMessage QueryFirst (QueryFirstMessage request)
 The client side implementation of the QueryFirst service contract.
 
IAsyncResult BeginQueryFirst (QueryFirstMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginQueryFirst service contract.
 
QueryFirstResponseMessage EndQueryFirst (IAsyncResult result)
 The client side implementation of the EndQueryFirst service contract.
 
QueryNextResponseMessage QueryNext (QueryNextMessage request)
 The client side implementation of the QueryNext service contract.
 
IAsyncResult BeginQueryNext (QueryNextMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginQueryNext service contract.
 
QueryNextResponseMessage EndQueryNext (IAsyncResult result)
 The client side implementation of the EndQueryNext service contract.
 
ReadResponseMessage Read (ReadMessage request)
 The client side implementation of the Read service contract.
 
IAsyncResult BeginRead (ReadMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginRead service contract.
 
ReadResponseMessage EndRead (IAsyncResult result)
 The client side implementation of the EndRead service contract.
 
HistoryReadResponseMessage HistoryRead (HistoryReadMessage request)
 The client side implementation of the HistoryRead service contract.
 
IAsyncResult BeginHistoryRead (HistoryReadMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginHistoryRead service contract.
 
HistoryReadResponseMessage EndHistoryRead (IAsyncResult result)
 The client side implementation of the EndHistoryRead service contract.
 
WriteResponseMessage Write (WriteMessage request)
 The client side implementation of the Write service contract.
 
IAsyncResult BeginWrite (WriteMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginWrite service contract.
 
WriteResponseMessage EndWrite (IAsyncResult result)
 The client side implementation of the EndWrite service contract.
 
HistoryUpdateResponseMessage HistoryUpdate (HistoryUpdateMessage request)
 The client side implementation of the HistoryUpdate service contract.
 
IAsyncResult BeginHistoryUpdate (HistoryUpdateMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginHistoryUpdate service contract.
 
HistoryUpdateResponseMessage EndHistoryUpdate (IAsyncResult result)
 The client side implementation of the EndHistoryUpdate service contract.
 
CallResponseMessage Call (CallMessage request)
 The client side implementation of the Call service contract.
 
IAsyncResult BeginCall (CallMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginCall service contract.
 
CallResponseMessage EndCall (IAsyncResult result)
 The client side implementation of the EndCall service contract.
 
CreateMonitoredItemsResponseMessage CreateMonitoredItems (CreateMonitoredItemsMessage request)
 The client side implementation of the CreateMonitoredItems service contract.
 
IAsyncResult BeginCreateMonitoredItems (CreateMonitoredItemsMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginCreateMonitoredItems service contract.
 
CreateMonitoredItemsResponseMessage EndCreateMonitoredItems (IAsyncResult result)
 The client side implementation of the EndCreateMonitoredItems service contract.
 
ModifyMonitoredItemsResponseMessage ModifyMonitoredItems (ModifyMonitoredItemsMessage request)
 The client side implementation of the ModifyMonitoredItems service contract.
 
IAsyncResult BeginModifyMonitoredItems (ModifyMonitoredItemsMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginModifyMonitoredItems service contract.
 
ModifyMonitoredItemsResponseMessage EndModifyMonitoredItems (IAsyncResult result)
 The client side implementation of the EndModifyMonitoredItems service contract.
 
SetMonitoringModeResponseMessage SetMonitoringMode (SetMonitoringModeMessage request)
 The client side implementation of the SetMonitoringMode service contract.
 
IAsyncResult BeginSetMonitoringMode (SetMonitoringModeMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginSetMonitoringMode service contract.
 
SetMonitoringModeResponseMessage EndSetMonitoringMode (IAsyncResult result)
 The client side implementation of the EndSetMonitoringMode service contract.
 
SetTriggeringResponseMessage SetTriggering (SetTriggeringMessage request)
 The client side implementation of the SetTriggering service contract.
 
IAsyncResult BeginSetTriggering (SetTriggeringMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginSetTriggering service contract.
 
SetTriggeringResponseMessage EndSetTriggering (IAsyncResult result)
 The client side implementation of the EndSetTriggering service contract.
 
DeleteMonitoredItemsResponseMessage DeleteMonitoredItems (DeleteMonitoredItemsMessage request)
 The client side implementation of the DeleteMonitoredItems service contract.
 
IAsyncResult BeginDeleteMonitoredItems (DeleteMonitoredItemsMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginDeleteMonitoredItems service contract.
 
DeleteMonitoredItemsResponseMessage EndDeleteMonitoredItems (IAsyncResult result)
 The client side implementation of the EndDeleteMonitoredItems service contract.
 
CreateSubscriptionResponseMessage CreateSubscription (CreateSubscriptionMessage request)
 The client side implementation of the CreateSubscription service contract.
 
IAsyncResult BeginCreateSubscription (CreateSubscriptionMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginCreateSubscription service contract.
 
CreateSubscriptionResponseMessage EndCreateSubscription (IAsyncResult result)
 The client side implementation of the EndCreateSubscription service contract.
 
ModifySubscriptionResponseMessage ModifySubscription (ModifySubscriptionMessage request)
 The client side implementation of the ModifySubscription service contract.
 
IAsyncResult BeginModifySubscription (ModifySubscriptionMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginModifySubscription service contract.
 
ModifySubscriptionResponseMessage EndModifySubscription (IAsyncResult result)
 The client side implementation of the EndModifySubscription service contract.
 
SetPublishingModeResponseMessage SetPublishingMode (SetPublishingModeMessage request)
 The client side implementation of the SetPublishingMode service contract.
 
IAsyncResult BeginSetPublishingMode (SetPublishingModeMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginSetPublishingMode service contract.
 
SetPublishingModeResponseMessage EndSetPublishingMode (IAsyncResult result)
 The client side implementation of the EndSetPublishingMode service contract.
 
PublishResponseMessage Publish (PublishMessage request)
 The client side implementation of the Publish service contract.
 
IAsyncResult BeginPublish (PublishMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginPublish service contract.
 
PublishResponseMessage EndPublish (IAsyncResult result)
 The client side implementation of the EndPublish service contract.
 
RepublishResponseMessage Republish (RepublishMessage request)
 The client side implementation of the Republish service contract.
 
IAsyncResult BeginRepublish (RepublishMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginRepublish service contract.
 
RepublishResponseMessage EndRepublish (IAsyncResult result)
 The client side implementation of the EndRepublish service contract.
 
TransferSubscriptionsResponseMessage TransferSubscriptions (TransferSubscriptionsMessage request)
 The client side implementation of the TransferSubscriptions service contract.
 
IAsyncResult BeginTransferSubscriptions (TransferSubscriptionsMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginTransferSubscriptions service contract.
 
TransferSubscriptionsResponseMessage EndTransferSubscriptions (IAsyncResult result)
 The client side implementation of the EndTransferSubscriptions service contract.
 
DeleteSubscriptionsResponseMessage DeleteSubscriptions (DeleteSubscriptionsMessage request)
 The client side implementation of the DeleteSubscriptions service contract.
 
IAsyncResult BeginDeleteSubscriptions (DeleteSubscriptionsMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginDeleteSubscriptions service contract.
 
DeleteSubscriptionsResponseMessage EndDeleteSubscriptions (IAsyncResult result)
 The client side implementation of the EndDeleteSubscriptions service contract.
 
TestStackResponseMessage TestStack (TestStackMessage request)
 The client side implementation of the TestStack service contract.
 
IAsyncResult BeginTestStack (TestStackMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginTestStack service contract.
 
TestStackResponseMessage EndTestStack (IAsyncResult result)
 The client side implementation of the EndTestStack service contract.
 
TestStackExResponseMessage TestStackEx (TestStackExMessage request)
 The client side implementation of the TestStackEx service contract.
 
IAsyncResult BeginTestStackEx (TestStackExMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginTestStackEx service contract.
 
TestStackExResponseMessage EndTestStackEx (IAsyncResult result)
 The client side implementation of the EndTestStackEx service contract.
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.WcfChannelBase< TChannel >
 WcfChannelBase ()
 Initializes the object with the specified binding and endpoint address.
 
override
InvokeServiceResponseMessage 
InvokeService (InvokeServiceMessage request)
 The client side implementation of the InvokeService service contract.
 
override IAsyncResult BeginInvokeService (InvokeServiceMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginInvokeService service contract.
 
override
InvokeServiceResponseMessage 
EndInvokeService (IAsyncResult result)
 The client side implementation of the EndInvokeService service contract.
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.WcfChannelBase
 WcfChannelBase ()
 Initializes the object with the specified binding and endpoint address.
 
void Dispose ()
 Frees any unmanaged resources.
 
void OpenChannel ()
 Opens the channel with the server.
 
void CloseChannel ()
 Closes the channel with the server.
 
void Initialize (Uri url, TransportChannelSettings settings)
 Initializes a secure channel with the endpoint identified by the URL.
 
IServiceResponse SendRequest (IServiceRequest request)
 Sends a request over the secure channel.
 
IAsyncResult BeginSendRequest (IServiceRequest request, AsyncCallback callback, object callbackData)
 Begins an asynchronous operation to send a request over the secure channel.
 
IServiceResponse EndSendRequest (IAsyncResult result)
 Completes an asynchronous operation to send a request over the secure channel.
 
void Close ()
 Closes the secure channel.
 
StatusException HandleSoapFault (System.ServiceModel.FaultException< ServiceFault > exception)
 Converts a FaultException into a StatusException.
 
- 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.
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.ITransportChannel
void Initialize (Uri url, TransportChannelSettings settings)
 Initializes a secure channel with the endpoint identified by the URL.
 
IServiceResponse SendRequest (IServiceRequest request)
 Sends a request over the secure channel.
 
IAsyncResult BeginSendRequest (IServiceRequest request, AsyncCallback callback, object callbackData)
 Begins an asynchronous operation to send a request over the secure channel.
 
IServiceResponse EndSendRequest (IAsyncResult result)
 Completes an asynchronous operation to send a request over the secure channel.
 
void Close ()
 Closes the secure channel.
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.ISessionChannel
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.
 

Additional Inherited Members

- Static Public Member Functions inherited from UnifiedAutomation.UaBase.WcfChannelBase
static ITransportChannel CreateTransportChannel (ApplicationInstance application, EndpointDescription description, EndpointConfiguration configuration, MessageContext context)
 Creates a new UA-binary transport channel if requested. Null otherwise.
 
- Protected Member Functions inherited from UnifiedAutomation.UaBase.WcfChannelBase< TChannel >
override void Dispose (bool disposing)
 An overrideable version of the Dispose.
 
- Properties inherited from UnifiedAutomation.UaBase.WcfChannelBase< TChannel >
TChannel Channel [get]
 Gets the inner channel.
 

Detailed Description

A channel object used by clients to access a UA service.

<exclude>

Member Function Documentation

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

The client side implementation of the ActivateSession service contract.

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

The client side implementation of the AddNodes service contract.

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

The client side implementation of the AddReferences service contract.

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

The client side implementation of the BeginActivateSession service contract.

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

The client side implementation of the BeginAddNodes service contract.

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

The client side implementation of the BeginAddReferences service contract.

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

The client side implementation of the BeginBrowse service contract.

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

The client side implementation of the BeginBrowseNext service contract.

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

The client side implementation of the BeginCall service contract.

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

The client side implementation of the BeginCancel service contract.

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

The client side implementation of the BeginCloseSession service contract.

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

The client side implementation of the BeginCreateMonitoredItems service contract.

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

The client side implementation of the BeginCreateSession service contract.

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

The client side implementation of the BeginCreateSubscription service contract.

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

The client side implementation of the BeginDeleteMonitoredItems service contract.

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

The client side implementation of the BeginDeleteNodes service contract.

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

The client side implementation of the BeginDeleteReferences service contract.

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

The client side implementation of the BeginDeleteSubscriptions service contract.

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

The client side implementation of the BeginHistoryRead service contract.

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

The client side implementation of the BeginHistoryUpdate service contract.

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

The client side implementation of the BeginModifyMonitoredItems service contract.

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

The client side implementation of the BeginModifySubscription service contract.

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

The client side implementation of the BeginPublish service contract.

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

The client side implementation of the BeginQueryFirst service contract.

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

The client side implementation of the BeginQueryNext service contract.

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

The client side implementation of the BeginRead service contract.

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

The client side implementation of the BeginRegisterNodes service contract.

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

The client side implementation of the BeginRepublish service contract.

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

The client side implementation of the BeginSetMonitoringMode service contract.

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

The client side implementation of the BeginSetPublishingMode service contract.

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

The client side implementation of the BeginSetTriggering service contract.

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

The client side implementation of the BeginTestStack service contract.

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

The client side implementation of the BeginTestStackEx service contract.

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

The client side implementation of the BeginTransferSubscriptions service contract.

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

The client side implementation of the BeginTranslateBrowsePathsToNodeIds service contract.

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

The client side implementation of the BeginUnregisterNodes service contract.

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

The client side implementation of the BeginWrite service contract.

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

The client side implementation of the Browse service contract.

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

The client side implementation of the BrowseNext service contract.

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

The client side implementation of the Call service contract.

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

The client side implementation of the Cancel service contract.

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

The client side implementation of the CloseSession service contract.

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

The client side implementation of the CreateMonitoredItems service contract.

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

The client side implementation of the CreateSession service contract.

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

The client side implementation of the CreateSubscription service contract.

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

The client side implementation of the DeleteMonitoredItems service contract.

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

The client side implementation of the DeleteNodes service contract.

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

The client side implementation of the DeleteReferences service contract.

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

The client side implementation of the DeleteSubscriptions service contract.

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

The client side implementation of the EndActivateSession service contract.

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

The client side implementation of the EndAddNodes service contract.

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

The client side implementation of the EndAddReferences service contract.

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

The client side implementation of the EndBrowse service contract.

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

The client side implementation of the EndBrowseNext service contract.

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

The client side implementation of the EndCall service contract.

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

The client side implementation of the EndCancel service contract.

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

The client side implementation of the EndCloseSession service contract.

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

The client side implementation of the EndCreateMonitoredItems service contract.

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

The client side implementation of the EndCreateSession service contract.

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

The client side implementation of the EndCreateSubscription service contract.

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

The client side implementation of the EndDeleteMonitoredItems service contract.

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

The client side implementation of the EndDeleteNodes service contract.

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

The client side implementation of the EndDeleteReferences service contract.

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

The client side implementation of the EndDeleteSubscriptions service contract.

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

The client side implementation of the EndHistoryRead service contract.

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

The client side implementation of the EndHistoryUpdate service contract.

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

The client side implementation of the EndModifyMonitoredItems service contract.

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

The client side implementation of the EndModifySubscription service contract.

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

The client side implementation of the EndPublish service contract.

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

The client side implementation of the EndQueryFirst service contract.

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

The client side implementation of the EndQueryNext service contract.

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

The client side implementation of the EndRead service contract.

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

The client side implementation of the EndRegisterNodes service contract.

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

The client side implementation of the EndRepublish service contract.

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

The client side implementation of the EndSetMonitoringMode service contract.

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

The client side implementation of the EndSetPublishingMode service contract.

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

The client side implementation of the EndSetTriggering service contract.

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

The client side implementation of the EndTestStack service contract.

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

The client side implementation of the EndTestStackEx service contract.

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

The client side implementation of the EndTransferSubscriptions service contract.

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

The client side implementation of the EndTranslateBrowsePathsToNodeIds service contract.

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

The client side implementation of the EndUnregisterNodes service contract.

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

The client side implementation of the EndWrite service contract.

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

The client side implementation of the HistoryRead service contract.

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

The client side implementation of the HistoryUpdate service contract.

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

The client side implementation of the ModifyMonitoredItems service contract.

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

The client side implementation of the ModifySubscription service contract.

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

The client side implementation of the Publish service contract.

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

The client side implementation of the QueryFirst service contract.

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

The client side implementation of the QueryNext service contract.

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

The client side implementation of the Read service contract.

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

The client side implementation of the RegisterNodes service contract.

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

The client side implementation of the Republish service contract.

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

The client side implementation of the SetMonitoringMode service contract.

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

The client side implementation of the SetPublishingMode service contract.

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

The client side implementation of the SetTriggering service contract.

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

The client side implementation of the TestStack service contract.

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

The client side implementation of the TestStackEx service contract.

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

The client side implementation of the TransferSubscriptions service contract.

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

The client side implementation of the TranslateBrowsePathsToNodeIds service contract.

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

The client side implementation of the UnregisterNodes service contract.

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

The client side implementation of the Write service contract.


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