Called by a composite activity to schedule the cancellation of a child activity. The workflow runtime disallows cancellation of a child activity that is not in the Executing state.
Public Sub CancelActivity ( _ activity As Activity _ )
Dim instance As ActivityExecutionContext Dim activity As Activity instance.CancelActivity(activity)
public void CancelActivity( Activity activity )
public: void CancelActivity( Activity^ activity )
public function CancelActivity( activity : Activity )
activity is nullNothingnullptra null reference (Nothing in Visual Basic).
activity is not a valid child of the ActivityExecutionContext. This means that either the argument is equal to the associated Activity or that the argument is not in the commented state and is a child of the Activity associated with this ActivityExecutionContext.
The ActivityExecutionContext has been disposed.
activity is not in the Executing state.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003