SessionCompletedEventArgs Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Contains information that can be used in the event handler of the application when the SessionCompleted event is raised during an asynchronous Browser session.

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

Syntax

C#
public class SessionCompletedEventArgs : AsyncCompletedEventArgs

Remarks

The SessionCompleted event is raised at the end of an asynchronous Browser session. SessionCompletedEventArgs derives from AsyncCompletedEventArgs.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..AsyncCompletedEventArgs
      Microsoft.Speech.VoiceXml.Common..::..SessionCompletedEventArgs

See Also