IBackgroundOperationContext.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

適用対象