RequestContext.Abort Method

Definition

When overridden in a derived class, aborts processing the request associated with the context.

public:
 abstract void Abort();
public abstract void Abort ();
abstract member Abort : unit -> unit
Public MustOverride Sub Abort ()

Applies to