AutoReconnectContinueState Enumeration
enum AutoReconnectContinueState { //The reconnection process is occurring automatically. //This is the default value of the AutoReconnectContinueState enumeration. ARCS_CONTINUE = 0, //The reconnection process has been stopped. ARCS_STOP = 1 };