|
ConnectionLostEventArgsReconnect Property |
A flag to have the system continue to retry the connection.
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax public bool Reconnect { get; set; }
Public Property Reconnect As Boolean
Get
Set
public:
property bool Reconnect {
bool get ();
void set (bool value);
}
member Reconnect : bool with get, set
Property Value
Type:
BooleanSee Also