SpeechStatementActivity Class
Plays a single spoken prompt.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.Rtc.Workflow.Activities.SpeechStatementActivity
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
<ToolboxBitmapAttribute(GetType(AcceptCallActivity), "Images.SpeechStatementActivity.bmp")> _
Public NotInheritable Class SpeechStatementActivity _
Inherits Activity _
Implements IInstanceDependencyContainer
'Usage
Dim instance As SpeechStatementActivity
[ToolboxBitmapAttribute(typeof(AcceptCallActivity), "Images.SpeechStatementActivity.bmp")]
public sealed class SpeechStatementActivity : Activity,
IInstanceDependencyContainer
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.