IConventionContext.StopProcessing Method

Definition

Calling this will prevent further processing of the associated event by other conventions.

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

Remarks

The common use case is when the metadata object was removed by the convention.

Applies to