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

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. More...
 
- Protected Member Functions inherited from UnifiedAutomation.UaBase.WcfChannelBase< TChannel >
override void Dispose (bool disposing)
 An overrideable version of the Dispose. More...
 
- Properties inherited from UnifiedAutomation.UaBase.WcfChannelBase< TChannel >
TChannel Channel [get]
 Gets the inner channel. More...
 

Detailed Description

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

Member Function Documentation

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

The client side implementation of the ActivateSession service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the AddNodes service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the AddReferences service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginActivateSession service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginAddNodes service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginAddReferences service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginBrowse service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginBrowseNext service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginCall service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginCancel service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginCloseSession service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginCreateMonitoredItems service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginCreateSession service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginCreateSubscription service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginDeleteMonitoredItems service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginDeleteNodes service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginDeleteReferences service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginDeleteSubscriptions service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginHistoryRead service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginHistoryUpdate service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginModifyMonitoredItems service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginModifySubscription service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginPublish service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginQueryFirst service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginQueryNext service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginRead service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginRegisterNodes service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginRepublish service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginSetMonitoringMode service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginSetPublishingMode service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginSetTriggering service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginTestStack service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginTestStackEx service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginTransferSubscriptions service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginTranslateBrowsePathsToNodeIds service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginUnregisterNodes service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BeginWrite service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the Browse service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the BrowseNext service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the Call service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the Cancel service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the CloseSession service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the CreateMonitoredItems service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the CreateSession service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the CreateSubscription service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the DeleteMonitoredItems service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the DeleteNodes service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the DeleteReferences service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the DeleteSubscriptions service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndActivateSession service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndAddNodes service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndAddReferences service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndBrowse service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndBrowseNext service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndCall service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndCancel service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndCloseSession service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndCreateMonitoredItems service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndCreateSession service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndCreateSubscription service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndDeleteMonitoredItems service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndDeleteNodes service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndDeleteReferences service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndDeleteSubscriptions service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndHistoryRead service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndHistoryUpdate service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndModifyMonitoredItems service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndModifySubscription service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndPublish service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndQueryFirst service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndQueryNext service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndRead service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndRegisterNodes service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndRepublish service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndSetMonitoringMode service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndSetPublishingMode service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndSetTriggering service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndTestStack service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndTestStackEx service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndTransferSubscriptions service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndTranslateBrowsePathsToNodeIds service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndUnregisterNodes service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the EndWrite service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the HistoryRead service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the HistoryUpdate service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the ModifyMonitoredItems service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the ModifySubscription service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the Publish service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the QueryFirst service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the QueryNext service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the Read service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the RegisterNodes service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the Republish service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the SetMonitoringMode service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the SetPublishingMode service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the SetTriggering service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the TestStack service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the TestStackEx service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the TransferSubscriptions service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the TranslateBrowsePathsToNodeIds service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the UnregisterNodes service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.

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

The client side implementation of the Write service contract.

Implements UnifiedAutomation.UaBase.ISessionChannel.


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