AsyncCodeActivityContext.IsCancellationRequested Property

Definition

Gets a value that indicates whether the currently executing AsyncCodeActivity is to be canceled.

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

Property Value

true if the currently executing AsyncCodeActivity is to be canceled; otherwise, false.

Applies to