SpeechTurnStartingEventArgs Class

Passed to the delegate subscribed to a speech activity's TurnStarting event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Rtc.Workflow.Activities.SpeechTurnStartingEventArgs

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public NotInheritable Class SpeechTurnStartingEventArgs _
    Inherits EventArgs
'Usage
Dim instance As SpeechTurnStartingEventArgs
public sealed class SpeechTurnStartingEventArgs : EventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SpeechTurnStartingEventArgs Members

Microsoft.Rtc.Workflow.Activities Namespace