Click or drag to resize

ConnectionRestored Delegate

The event that is fired when the connection to the server is reset.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public delegate void ConnectionRestored(
	Object sender,
	ConnectionRestoredEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: VoiceElements.ClientConnectionRestoredEventArgs
See Also