Share via


MutableInterceptionContext<TResult>.SuppressExecution Method

Definition

Prevents the operation from being executed if called before the operation has executed.

public void SuppressExecution ();
member this.SuppressExecution : unit -> unit
Public Sub SuppressExecution ()

Exceptions

Thrown if this method is called after the operation has already executed.

Applies to