.NET Based OPC UA Client/Server SDK  3.2.2.525
UnifiedAutomation.UaClient.SubscriptionStatusChangedEventArgs Class Reference

The event arguments provided when a SubscriptionStatusChanged occurs. More...

Inherits EventArgs.

Public Member Functions

 SubscriptionStatusChangedEventArgs (SubscriptionConnectionStatus currentStatus, SubscriptionConnectionStatus oldStatus, StatusCode error)
 Creates a new instance More...
 

Properties

SubscriptionConnectionStatus CurrentStatus [get]
 Gets the current status. More...
 
SubscriptionConnectionStatus OldStatus [get]
 Gets the previous status. More...
 
StatusCode Error [get]
 Gets the error associated with the change. More...
 

Detailed Description

The event arguments provided when a SubscriptionStatusChanged occurs.

Constructor & Destructor Documentation

UnifiedAutomation.UaClient.SubscriptionStatusChangedEventArgs.SubscriptionStatusChangedEventArgs ( SubscriptionConnectionStatus  currentStatus,
SubscriptionConnectionStatus  oldStatus,
StatusCode  error 
)

Creates a new instance

Property Documentation

SubscriptionConnectionStatus UnifiedAutomation.UaClient.SubscriptionStatusChangedEventArgs.CurrentStatus
get

Gets the current status.

StatusCode UnifiedAutomation.UaClient.SubscriptionStatusChangedEventArgs.Error
get

Gets the error associated with the change.

SubscriptionConnectionStatus UnifiedAutomation.UaClient.SubscriptionStatusChangedEventArgs.OldStatus
get

Gets the previous status.


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