|
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
)
Public Delegate Sub ConnectionLost (
sender As Object,
e As ConnectionLostEventArgs
)
public delegate void ConnectionLost(
Object^ sender,
ConnectionLostEventArgs^ e
)
type ConnectionLost =
delegate of
sender : Object *
e : ConnectionLostEventArgs -> unit
Parameters
- sender
- Type: SystemObject
- e
- Type: VoiceElements.ClientConnectionLostEventArgs
See Also