WorkflowSchedulerService.Cancel(Guid) 메서드

정의

파생 클래스에서 재정의되는 경우 지정된 timerId의 예약된 작업 항목을 취소합니다.

protected public:
 abstract void Cancel(Guid timerId);
protected internal abstract void Cancel (Guid timerId);
abstract member Cancel : Guid -> unit
Protected Friend MustOverride Sub Cancel (timerId As Guid)

매개 변수

timerId
Guid

취소할 기존의 예약된 스레드와 연결된 Guid입니다.

설명

Cancel은 워크플로 인스턴스를 예약하는 이전 요청을 보류 중인 작업 항목 큐에서 제거합니다.

적용 대상