CallOnHoldTimeoutEventActivity Members
Include Protected Members
Include Inherited Members
The CallOnHoldTimeoutEventActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallOnHoldTimeoutEventActivity() |
Creates a new instance.
|
|
CallOnHoldTimeoutEventActivity(String) |
Creates a new instance with the specified name.
|
Methods
Properties
Name | Description | |
---|---|---|
Activities | (Inherited from CompositeActivity.) | |
CallOnHoldTimeout |
Gets or sets the duration of time the call is on hold after which the CallOnHoldTimeoutEventActivity is executed. Thee default is 5 minutes.
|
|
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.) | |
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 CallControlEventActivity.
(Inherited from CallControlEventActivity.) |
|
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
WorkflowInstanceId | (Inherited from Activity.) |
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.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEventActivity.Subscribe |
Called to get the CallControlEventActivity to subscribe for its event. Because Communications events do not exist standalone without CommunicationsEventsActivity this method is only called by the CommunicationsEventsActivity.
(Inherited from CallControlEventActivity.) |
|
IEventActivity.Unsubscribe |
Called to get the CallControlEventActivity to unsubscribe for its event.
(Inherited from CallControlEventActivity.) |
|
IComponent.Disposed | (Inherited from DependencyObject.) | |
IInstanceDependencyContainer.InstanceDependencyProperties |
A dictionary that is used to store the values of instance dependency properties.
|
|
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | (Inherited from SequenceActivity.) |