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