ConditionedActivityGroup.GetChildActivityExecutedCount(Activity) Method

Definition

Gets the number of times that the specified child activity has been executed.

public:
 int GetChildActivityExecutedCount(System::Workflow::ComponentModel::Activity ^ child);
public int GetChildActivityExecutedCount (System.Workflow.ComponentModel.Activity child);
member this.GetChildActivityExecutedCount : System.Workflow.ComponentModel.Activity -> int
Public Function GetChildActivityExecutedCount (child As Activity) As Integer

Parameters

child
Activity

The child activity.

Returns

The number of times that the specified child activity has been executed.

Exceptions

child parameter is a null reference (Nothing in Visual Basic).

The conditioned activity group state is null.

The number of times that the child activity has been run cannot be determined.

Applies to

See also