CommunicationsSequenceActivity Class

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.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(CommunicationsSequenceActivity), "Images.CommunicationsSequenceActivity.bmp")> _
Public Class CommunicationsSequenceActivity _
    Inherits SequenceActivity _
    Implements IActivityEventListener(Of ActivityExecutionStatusChangedEventArgs), IInstanceDependencyContainer
[ToolboxBitmapAttribute(typeof(CommunicationsSequenceActivity), "Images.CommunicationsSequenceActivity.bmp")]
public class CommunicationsSequenceActivity : SequenceActivity, 
    IActivityEventListener<ActivityExecutionStatusChangedEventArgs>, IInstanceDependencyContainer
[ToolboxBitmapAttribute(typeof(CommunicationsSequenceActivity), L"Images.CommunicationsSequenceActivity.bmp")]
public ref class CommunicationsSequenceActivity : public SequenceActivity, 
    IActivityEventListener<ActivityExecutionStatusChangedEventArgs^>, IInstanceDependencyContainer
Microsoft.Rtc.Workflow.Activities.CommunicationsSequenceActivity = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Activities.CommunicationsSequenceActivity',
    SequenceActivity,
    IActivityEventListener`1,
    Microsoft.Rtc.Workflow.Activities.IInstanceDependencyContainer);

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.ComponentModel.CompositeActivity
        System.Workflow.Activities.SequenceActivity
          Microsoft.Rtc.Workflow.Activities.CommunicationsSequenceActivity
            Microsoft.Rtc.Workflow.Activities.CommandActivity
            Microsoft.Rtc.Workflow.Activities.DialogEventActivity

See Also

CommunicationsSequenceActivity Members

Microsoft.Rtc.Workflow.Activities Namespace