This topic has not yet been rated - Rate this topic

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)
Microsoft.Rtc.Workflow.Activities.CommunicationsSequenceActivity = function();

Type.createClass(
	'Microsoft.Rtc.Workflow.Activities.CommunicationsSequenceActivity',
	SequenceActivity,
	IActivityEventListener`1,
	Microsoft.Rtc.Workflow.Activities.IInstanceDependencyContainer);
Object
  DependencyObject
    Activity
      CompositeActivity
        SequenceActivity
          Microsoft.Rtc.Workflow.Activities..::.CommunicationsSequenceActivity
            Microsoft.Rtc.Workflow.Activities..::.CommandActivity
            Microsoft.Rtc.Workflow.Activities..::.DialogEventActivity
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.