OnSessionCompleted Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Raises a SessionCompleted event during an asynchronous Browser session.

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

Syntax

C#
protected virtual void OnSessionCompleted(
	Object sender,
	SessionCompletedEventArgs e
)

Parameters

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

Remarks

You can override the OnSessionCompleted method to customize its functionality.

See Also