'Declaration
Public Shared Sub RetryAll()
'Usage
EasyUAClientCore.RetryAll()
public static void RetryAll()
public: static void RetryAll();
'Declaration
Public Shared Sub RetryAll()
'Usage
EasyUAClientCore.RetryAll()
public static void RetryAll()
public: static void RetryAll();
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.