OnDisconnecting Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Raises a Disconnecting event during an asynchronous Browser session.

Namespace:  Microsoft.Speech.VoiceXml
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

C#
protected virtual void OnDisconnecting(
	Object sender,
	DisconnectingEventArgs e
)

Parameters

sender
Type: System..::..Object
The object that initiated the Disconnecting event.
e
Type: Microsoft.Speech.VoiceXml.Common..::..DisconnectingEventArgs
An instance of DisconnectingEventArgs that contains information from the Disconnecting event.

Remarks

You can override the OnDisconnecting method to customize its functionality.

See Also