ResourceExecutedContext.Canceled Property

Definition

Gets or sets a value which indicates whether or not execution was canceled by a resource filter. If true, then a resource filter short-circuited execution by setting Result.

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

Property Value

Applies to