อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


ConditionedActivityGroup.GetChildActivityExecutedCount(Activity) Method

Definition

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

C#
public int GetChildActivityExecutedCount(System.Workflow.ComponentModel.Activity child);

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

ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also