ConditionedActivityGroup.GetChildActivityExecutedCount(Activity) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.