TaskExecutionContext.IsCancelable プロパティ

定義

タスクを取り消すことができるかどうかを示す値を取得または設定します。

public:
 property bool IsCancelable { bool get(); void set(bool value); };
public bool IsCancelable { get; set; }
member this.IsCancelable : bool with get, set
Public Property IsCancelable As Boolean

プロパティ値

タスクを取り消すことができる場合は true、それ以外の場合は false です。

実装

適用対象