OPC Studio User's Guide and Reference
WaitForValue Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Extensions Namespace > IEasyUAClientExtension2 Class : WaitForValue Method
Waits until the specified attribute becomes "good".

The WaitForValue methods subscribe to the specified node&attribute, and monitor its data until it has "good" status severity, an error occurs, or the alloted time elapses.

Overload List
OverloadDescription
Waits until the specified attribute becomes "good". Specify attribute arguments object, use default wait monitoring parameters.  
Waits until the specified attribute becomes "good". Specify attribute arguments object, and monitoring parameters.  
Waits until the specified attribute becomes "good". Specify attribute arguments object, monitoring parameters, and timeout in milliseconds.  
Waits until the specified attribute becomes "good". Specify endpoint descriptor and node descriptor.  
Waits until the specified attribute becomes "good". Specify endpoint descriptor, node descriptor, and monitoring parameters.  
Waits until the specified attribute becomes "good". Specify endpoint descriptor, node descriptor, monitoring parameters, and timeout in milliseconds.  
Waits until the specified attribute becomes "good". Specify the monitored item arguments object, and timeout in milliseconds.  
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