QuickOPC User's Guide and Reference
RetryAll Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > EasyUAClientCore Class : RetryAll Method
Forces a retrial on all objects that are in a failure state.
Syntax
'Declaration
 
Public Shared Sub RetryAll() 
'Usage
 
EasyUAClientCore.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.

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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