Overload | Description |
---|---|
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<ValueTuple<UAMonitoredItemArguments,UASeverity>>) | Waits while the attributes are above the given maximum status severity. Specify arguments objects, and maximum severities. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<ValueTuple<UAMonitoredItemArguments,UASeverity>>,Int32) | Waits while the attributes are above the given maximum status severity. Specify arguments objects, maximum severities, and timeout in milliseconds. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAMonitoredItemArguments>) | Waits while the attributes are above the given maximum status severity. Specify arguments objects, and timeout in milliseconds. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAMonitoredItemArguments>,UASeverity) | Waits while the attributes are above the given maximum status severity. Specify arguments objects, and maximum severity. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAMonitoredItemArguments>,Int32) | Waits while the attributes are above the given maximum status severity. Specify arguments objects, and timeout in milliseconds. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAMonitoredItemArguments>,UASeverity,Int32) | Waits while the attributes are above the given maximum status severity. Specify arguments objects, maximum severity, and timeout in milliseconds. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAAttributeArguments>) | Waits while the attributes are above the given maximum status severity. Specify the arguments objects. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAAttributeArguments>,UAMonitoringParameters) | Waits while the attributes are above the given maximum status severity. Specify arguments objects, and monitoring parameters. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAAttributeArguments>,UAMonitoringParameters,Int32) | Waits while the attributes are above the given maximum status severity. Specify arguments objects, monitoring parameters, and timeout in milliseconds. |