QuickOPC User's Guide and Reference
RetryAll Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > EasyUAClient Class : RetryAll Method
Forces a retrial on all objects that are in a failure state.
Syntax
'Declaration
 
Public Shared Sub RetryAll() 
'Usage
 
EasyUAClient.RetryAll()
public static void RetryAll()
public:
static void RetryAll(); 
Remarks

Individual monitored items, subscriptions, sessions, and the overall controlling engine can be put into a failure when an error occurs while connecting to them, or a serious error renders them unusable later. In such case, the component will automatically retry to connect these objects again, after a configurable delay.

This method terminates the waiting delay, and causes all such objects to be retried on next opportunity.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also