CallControlEventActivity Members
Include Protected Members
Include Inherited Members
Represents a call-initiated event and its handler in the dialog flow. It provides the event-subscription data, and the children of the CallControlEventActivity represent the handler logic for the event. Deriving from CallControlEventActivity is not supported, as it is used by other public activities.
The CallControlEventActivity type exposes the following members.
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) |
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.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) |
Top