GoToActivity Class

Performs transfer control of the workflow to a direct child of its ancestor. It is up to the ancestor to determine the validity of the goto target, and to actually perform the transfer. Creation of new custom ancestors of GotoActivity is not supported.

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

Syntax

'Declaration
<ToolboxItemAttribute(GetType(ActivityToolboxItem))> _
Public NotInheritable Class GoToActivity _
    Inherits Activity _
    Implements IInstanceDependencyContainer
[ToolboxItemAttribute(typeof(ActivityToolboxItem))]
public sealed class GoToActivity : Activity, 
    IInstanceDependencyContainer
[ToolboxItemAttribute(typeof(ActivityToolboxItem))]
public ref class GoToActivity sealed : public Activity, 
    IInstanceDependencyContainer
Microsoft.Rtc.Workflow.Activities.GoToActivity = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Activities.GoToActivity',
    Activity,
    Microsoft.Rtc.Workflow.Activities.IInstanceDependencyContainer);

Inheritance Hierarchy

Object
  DependencyObject
    Activity
      Microsoft.Rtc.Workflow.Activities..::.GoToActivity

See Also

GoToActivity Members

Microsoft.Rtc.Workflow.Activities Namespace