QuickOPC User's Guide and Reference
StateDictionary Property (ConnectedConditionStatistics)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Communication Namespace > ConnectedConditionStatistics Class : StateDictionary Property
A dictionary of statistics objects for the various connected condition states, keyed by the state name.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public ReadOnly Property StateDictionary As IReadOnlyDictionary(Of String,AutomatonStateStatistics)
'Usage
 
Dim instance As ConnectedConditionStatistics
Dim value As IReadOnlyDictionary(Of String,AutomatonStateStatistics)
 
value = instance.StateDictionary
[ElementsNotNull()]
[NotNull()]
public IReadOnlyDictionary<string,AutomatonStateStatistics> StateDictionary {get;}
[ElementsNotNull()]
[NotNull()]
public:
property IReadOnlyDictionary<String^,AutomatonStateStatistics^>^ StateDictionary {
   IReadOnlyDictionary<String^,AutomatonStateStatistics^>^ get();
}
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