DefaultWorkflowSchedulerService.Cancel(Guid) Method

Definition

Cancels the specified existing workflow instance work item.

protected public:
 override void Cancel(Guid timerId);
protected internal override void Cancel (Guid timerId);
override this.Cancel : Guid -> unit
Protected Friend Overrides Sub Cancel (timerId As Guid)

Parameters

timerId
Guid

The Guid associated with the existing scheduled work item to cancel.

Exceptions

timerId is an empty GUID.

Applies to