CommandsActivity Members
Include Protected Members
Include Inherited Members
A collection of CommandActivity objects. CommandsActivity works closely with CommuniationSequenceActivity, which defines a main workflow. CommandsActivity represents the out-of-band events, and their processing, which happen while the CommunicationSequenceActivity's main flow is in progress. Each CommandActivity represents an event and the handler for the event. The CommandsActivity acts as a subscriber for these events by obtaining subscription data from each CommandActivity, receives the events as they happen, and then executes the associated commands.
The CommandsActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommandsActivity() | Creates a new instance. | |
CommandsActivity(String) | Creates a new instance with the name. |
Top
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) | |
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 | |
---|---|---|
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | ||
IComponent.Disposed | (inherited from DependencyObject) |
Top