CallControlEventActivity Members
Include Protected Members
Include Inherited Members
The CallControlEventActivity type exposes the following members.
Methods
Properties
Name | Description | |
---|---|---|
Activities | (Inherited from CompositeActivity.) | |
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.
|
|
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.
|
|
IEventActivity.Unsubscribe |
Called to get the CallControlEventActivity to unsubscribe for its event.
|
|
IComponent.Disposed | (Inherited from DependencyObject.) | |
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | (Inherited from SequenceActivity.) |