OPC Studio User's Guide and Reference
UnconnectedState Property (ConnectedConditionStatistics)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Communication Namespace > ConnectedConditionStatistics Class : UnconnectedState Property
Statistics for the Unconnected state (represents a state other than Connected).
Syntax
'Declaration
 
Public ReadOnly Property UnconnectedState As AutomatonStateStatistics
'Usage
 
Dim instance As ConnectedConditionStatistics
Dim value As AutomatonStateStatistics
 
instance.UnconnectedState = value
 
value = instance.UnconnectedState
public AutomatonStateStatistics UnconnectedState {get;}
public:
property AutomatonStateStatistics^ UnconnectedState {
   AutomatonStateStatistics^ get();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

Remarks

As opposed to the DisconnectedState, this statistics also includes the Connecting and Disconnecting states.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also