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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.