ITaskExecutionContext.IsCancelRequested プロパティ

定義

キャンセルがリクエストされているかどうかを示す値が付与されます。

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

プロパティ値

true このキャンセルが求められた場合、それ以外は false

適用対象