C# 클래스 NServiceBus.ConfigurationTimeoutExtensions

Extension methods declarations.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
TimeToWaitBeforeTriggeringCriticalErrorOnTimeoutOutages ( this config, System.TimeSpan timeToWait ) : void

A critical error is raised when timeout retrieval fails. By default we wait for 2 seconds for the storage to come back. This method allows to change the default and extend the wait time.

메소드 상세

TimeToWaitBeforeTriggeringCriticalErrorOnTimeoutOutages() 공개 정적인 메소드

A critical error is raised when timeout retrieval fails. By default we wait for 2 seconds for the storage to come back. This method allows to change the default and extend the wait time.
public static TimeToWaitBeforeTriggeringCriticalErrorOnTimeoutOutages ( this config, System.TimeSpan timeToWait ) : void
config this The instance to apply the settings to.
timeToWait System.TimeSpan Time to wait before raising a critical error.
리턴 void