CommunicationsSequenceActivity Members
Include Protected Members
Include Inherited Members
A workflow sequence activity that supports both goto and command execution semantics. A CommunicationsSequenceActivity consists of zero or one CommandsActivity or CommunicationsEventsActivity that represents the secondary parallel flows of the workflow. All other child activities are considered part of the main workflow. A goto can happen from anywhere inside the main workflow or secondary workflow.
The CommunicationsSequenceActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CommunicationsSequenceActivity() | Creates an instance. |
![]() |
CommunicationsSequenceActivity(String) | Creates an instance with the given name. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Activities | (inherited from CompositeActivity) |
![]() |
CallProvider | Gets or sets a CallProvider object that exposes different objects like the Call object, SpeechSynthesizer object, and the recognizers used in instant message or speech dialogs. |
![]() |
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
Fields
Name | Description | |
---|---|---|
![]() ![]() |
CallProviderProperty | This dependency property will bind to the CallProvider property of AcceptCallActivity, OutboundCallActivity, or a custom activity that exposes the CallProvider property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | |
![]() ![]() |
IComponent.Disposed | (inherited from DependencyObject) |
![]() ![]() |
IInstanceDependencyContainer.InstanceDependencyProperties | A dictionary that is used to store the values of instance dependency properties. |
Top