CallDisconnectedEventActivity Members
Include Protected Members
Include Inherited Members
Handles the disconnected event.
The CallDisconnectedEventActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallDisconnectedEventActivity |
Top
Properties
Name | Description | |
---|---|---|
Activities | (inherited from CompositeActivity) | |
CallStateTransitionReason | Gets the current CallStateTransitionReason that states the reason why the call was disconnected. The CallStateTransitionReason object is an enum that provides the reason for a call state transition. | |
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) | |
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
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEventActivity.QueueName | Gets the name of the System.Workflow.Runtime.WorkflowQueue on which the activity is waiting for data to arrive. | |
IEventActivity.Subscribe | Creates the subscription of an System.Workflow.ComponentModel.Activity to a Microsoft Unified Communications Managed API event. | |
IEventActivity.Unsubscribe | Cancels the subscription of an System.Workflow.ComponentModel.Activity to a Microsoft Unified Communications Managed API event. | |
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) |
Top