Overload | Description |
---|---|
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<ValueTuple<UAMonitoredItemArguments,UASeverity>>) | Subscribes to the specified OPC-UA nodes&attributes, and monitors their data until they have at most the status severity specified for each item, an error occurs, or the alloted time elapses. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<ValueTuple<UAMonitoredItemArguments,UASeverity>>,Int32) | Subscribes to the specified OPC-UA nodes&attributes, and monitors their data until they have at most the status severity specified for each item, an error occurs, or the alloted time elapses. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAMonitoredItemArguments>) | Subscribes to the specified OPC-UA nodes&attributes, and monitors their data until they have at most the status severity specified for each item, an error occurs, or the alloted time elapses. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAMonitoredItemArguments>,UASeverity) | Subscribes to the specified OPC-UA nodes&attributes, and monitors their data until they have at most the status severity specified for each item, an error occurs, or the alloted time elapses. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAMonitoredItemArguments>,Int32) | Subscribes to the specified OPC-UA nodes&attributes, and monitors their data until they have at most the status severity specified for each item, an error occurs, or the alloted time elapses. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAMonitoredItemArguments>,UASeverity,Int32) | Subscribes to the specified OPC-UA nodes&attributes, and monitors their data until they have at most the status severity specified for each item, an error occurs, or the alloted time elapses. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAAttributeArguments>) | Subscribes to the specified OPC-UA nodes&attributes, and monitors their data until they have at most the status severity specified for each item, an error occurs, or the alloted time elapses. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAAttributeArguments>,UAMonitoringParameters) | Subscribes to the specified OPC-UA nodes&attributes, and monitors their data until they have at most the status severity specified for each item, an error occurs, or the alloted time elapses. |
WaitForMultipleValues(IEasyUAClient,IReadOnlyList<UAAttributeArguments>,UAMonitoringParameters,Int32) | Subscribes to the specified OPC-UA nodes&attributes, and monitors their data until they have at most the status severity specified for each item, an error occurs, or the alloted time elapses. |