Overload | Description |
---|---|
WaitForMultiple(IEasyUAClient,IReadOnlyList<ValueTuple<UAMonitoredItemArguments,Func<UAAttributeDataResult,Boolean>>>) | Subscribes to the specified nodes&attributes, and monitors their data until the predicates specified for each item become true, or the alloted time elapses. |
WaitForMultiple(IEasyUAClient,IReadOnlyList<ValueTuple<UAMonitoredItemArguments,Func<EasyUADataChangeNotificationEventArgs,Boolean>>>) | Subscribes to the specified nodes&attributes, and monitors their data until the predicates specified for each item become true, or the alloted time elapses. |
WaitForMultiple(IEasyUAClient,IReadOnlyList<ValueTuple<UAMonitoredItemArguments,Func<UAAttributeDataResult,Boolean>>>,Int32) | Subscribes to the specified nodes&attributes, and monitors their data until the predicates specified for each item become true, or the alloted time elapses. |
WaitForMultiple(IEasyUAClient,IReadOnlyList<ValueTuple<UAMonitoredItemArguments,Func<EasyUADataChangeNotificationEventArgs,Boolean>>>,Int32) | Subscribes to the specified nodes&attributes, and monitors their data until the predicates specified for each item become true, or the alloted time elapses. |