ITaskExecutionContext.IsCancelRequested プロパティ

定義

取り消しを要求されたかどうかを示す値を取得します。

public:
 property bool IsCancelRequested { bool get(); };
public bool IsCancelRequested { get; }
member this.IsCancelRequested : bool
Public ReadOnly Property IsCancelRequested As Boolean

プロパティ値

取り消しを要求された場合は true、それ以外の場合は false

適用対象