ConsecutiveSilencesInstantMessagingEventActivity Members
Include Protected Members
Include Inherited Members
This is the communication event activity for consecutive failure by the user to provide instant messaging input.
The ConsecutiveSilencesInstantMessagingEventActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConsecutiveSilencesInstantMessagingEventActivity() | Creates a new instance. | |
ConsecutiveSilencesInstantMessagingEventActivity(String) | Creates a new instance with the specified name. |
Top
Properties
Name | Description | |
---|---|---|
Activities | (inherited from CompositeActivity) | |
CallProvider | Gets or sets a CallProvider object that exposes different objects like the Call object, SpeechSynthesizer object, and the recognizers used in instant message or speech dialogs. (inherited from CommunicationsSequenceActivity) | |
CanModifyActivities | (inherited from CompositeActivity) | |
Description | (inherited from Activity) | |
DesignMode | (inherited from DependencyObject) | |
Enabled | (inherited from Activity) | |
EnabledActivities | (inherited from CompositeActivity) | |
ExecutionResult | (inherited from Activity) | |
ExecutionStatus | (inherited from Activity) | |
IsDynamicActivity | (inherited from Activity) | |
MaximumSilences | Gets or sets the maximum number of consecutive silences that need to occur for the event to trigger. The default is 3. | |
Name | (inherited from Activity) | |
Parent | (inherited from Activity) | |
ParentDependencyObject | (inherited from DependencyObject) | |
QualifiedName | (inherited from Activity) | |
QueueName | Name of the queue created to receive the event represented by this DialogEventActivity. (inherited from DialogEventActivity) | |
Site | (inherited from DependencyObject) | |
UserData | (inherited from DependencyObject) | |
WorkflowInstanceId | (inherited from Activity) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Canceling | (inherited from Activity) | |
Closed | (inherited from Activity) | |
Compensating | (inherited from Activity) | |
Executing | (inherited from Activity) | |
Faulting | (inherited from Activity) | |
StatusChanged | (inherited from Activity) |
Top
Fields
Name | Description | |
---|---|---|
_instanceDependencyProperties | The internal container for instance dependency properties. (inherited from DialogEventActivity) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | (inherited from CommunicationsSequenceActivity) | |
IEventActivity.Subscribe | Creates the subscription of the DialogEventActivity to a Microsoft Unified Communications Managed API event. Because speech events do not exist standalone without CommunicationsEventsActivity in Microsoft Unified Communications Managed API, this method is only called by the CommunicationsEventsActivity. (inherited from DialogEventActivity) | |
IEventActivity.Unsubscribe | Cancels the subscription of the DialogEventActivity to an event. (inherited from DialogEventActivity) | |
IComponent.Disposed | (inherited from DependencyObject) | |
IInstanceDependencyContainer.InstanceDependencyProperties | A dictionary that is used to store the values of instance dependency properties. (inherited from DialogEventActivity) |
Top