C# 클래스 NServiceBus.BestPracticesOptionExtensions

Provides options for disabling the best practice enforcement.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
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