Click or drag to resize

ConnectionLost Delegate

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

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

Parameters

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