C# Class NServiceBus.BestPracticesOptionExtensions

Provides options for disabling the best practice enforcement.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
DoNotEnforceBestPractices ( this options ) : void

Turns off the best practice enforcement for the given message.

IgnoredBestPractices ( this options ) : bool

Returns whether DoNotEnforceBestPractices(NServiceBus.Extensibility.ExtendableOptions) has ben called or not.

Private Methods

Méthode Description
SetDoNotEnforceBestPractices ( this context ) : void

Method Details

DoNotEnforceBestPractices() public static méthode

Turns off the best practice enforcement for the given message.
public static DoNotEnforceBestPractices ( this options ) : void
options this
Résultat void

IgnoredBestPractices() public static méthode

Returns whether DoNotEnforceBestPractices(NServiceBus.Extensibility.ExtendableOptions) has ben called or not.
public static IgnoredBestPractices ( this options ) : bool
options this
Résultat bool