CompositeActivity.GetDynamicActivities(Activity) Method

Definition

Returns an array that contains all of the currently executing instances of the specified activity.

protected:
 cli::array <System::Workflow::ComponentModel::Activity ^> ^ GetDynamicActivities(System::Workflow::ComponentModel::Activity ^ activity);
protected System.Workflow.ComponentModel.Activity[] GetDynamicActivities (System.Workflow.ComponentModel.Activity activity);
member this.GetDynamicActivities : System.Workflow.ComponentModel.Activity -> System.Workflow.ComponentModel.Activity[]
Protected Function GetDynamicActivities (activity As Activity) As Activity()

Parameters

activity
Activity

The specified Activity.

Returns

An array of activity instances that are currently executing.

Applies to