SpeechRepeatCommandActivity Class
Activates the playing of the repeat prompt during the next turn.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.SequenceActivity
Microsoft.Rtc.Workflow.Activities.CommunicationsSequenceActivity
Microsoft.Rtc.Workflow.Activities.CommandActivity
Microsoft.Rtc.Workflow.Activities.SpeechCommandActivity
Microsoft.Rtc.Workflow.Activities.SpeechRepeatCommandActivity
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
<ToolboxBitmapAttribute(GetType(SpeechRepeatCommandActivity), "Images.SpeechRepeatCommandActivity.bmp")> _
Public NotInheritable Class SpeechRepeatCommandActivity _
Inherits SpeechCommandActivity
'Usage
Dim instance As SpeechRepeatCommandActivity
[ToolboxBitmapAttribute(typeof(SpeechRepeatCommandActivity), "Images.SpeechRepeatCommandActivity.bmp")]
public sealed class SpeechRepeatCommandActivity : SpeechCommandActivity
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.