C# Класс NServiceBus.BestPracticesOptionExtensions

Provides options for disabling the best practice enforcement.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
SetDoNotEnforceBestPractices ( this context ) : void

Описание методов

DoNotEnforceBestPractices() публичный статический Метод

Turns off the best practice enforcement for the given message.
public static DoNotEnforceBestPractices ( this options ) : void
options this
Результат void

IgnoredBestPractices() публичный статический Метод

Returns whether DoNotEnforceBestPractices(NServiceBus.Extensibility.ExtendableOptions) has ben called or not.
public static IgnoredBestPractices ( this options ) : bool
options this
Результат bool