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

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

Inherits EventArgs.

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.

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: