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

実装

適用対象