ConsecutiveNoInputsInstantMessagingEventActivity Class
A DialogEventActivity that represents a history-based event triggered when a specified number of consecutive no-inputs occur in an instant messaging workflow. Silence and no recognition are both considered no-inputs.
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.DialogEventActivity
Microsoft.Rtc.Workflow.Activities.ConsecutiveNoInputsInstantMessagingEventActivity
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
<ToolboxBitmapAttribute(GetType(ConsecutiveNoInputsInstantMessagingEventActivity), "Images.ConsecutiveNoInputsInstantMessagingEventActivity.bmp")> _
Public NotInheritable Class ConsecutiveNoInputsInstantMessagingEventActivity _
Inherits DialogEventActivity
'Usage
Dim instance As ConsecutiveNoInputsInstantMessagingEventActivity
[ToolboxBitmapAttribute(typeof(ConsecutiveNoInputsInstantMessagingEventActivity), "Images.ConsecutiveNoInputsInstantMessagingEventActivity.bmp")]
public sealed class ConsecutiveNoInputsInstantMessagingEventActivity : DialogEventActivity
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.