QuickOPC User's Guide and Reference
StatusInfo Property (_DAVtq)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.ComTypes Namespace > _DAVtq Interface : StatusInfo Property
Status information.
Syntax
'Declaration
 
ReadOnly Property StatusInfo As StatusInfo
'Usage
 
Dim instance As _DAVtq
Dim value As StatusInfo
 
value = instance.StatusInfo
StatusInfo StatusInfo {get;}
property StatusInfo StatusInfo {
   StatusInfo get();
}
Remarks
When this object represents a failure, the status information is OpcLabs.BaseLib.Data.StatusInfo.Unknown. When the object represents a success, the status information depends on the Quality.

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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