WorkflowInstance.WorkflowInstanceControl.ScheduleCancel Method

Definition

Schedules the cancellation of the WorkflowInstance.

public:
 void ScheduleCancel();
public void ScheduleCancel ();
member this.ScheduleCancel : unit -> unit
Public Sub ScheduleCancel ()

Remarks

This method schedules a cancel request for the root activity of the WorkflowInstance.

Applies to