C# 클래스 DotNetWorkQueue.Transport.Redis.Basic.DelayedProcessingConfiguration

Delayed processing monitor configuration
상속: IMonitorTimespan, IReadonly, ISetReadonly
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
DelayedProcessingConfiguration ( ) : System

Initializes a new instance of the DelayedProcessingConfiguration class.

SetReadOnly ( ) : void

Marks this instance as immutable

보호된 메소드들

메소드 설명
FailIfReadOnly ( ) : void

Throws an exception if the read only flag is true.

메소드 상세

DelayedProcessingConfiguration() 공개 메소드

Initializes a new instance of the DelayedProcessingConfiguration class.
public DelayedProcessingConfiguration ( ) : System
리턴 System

FailIfReadOnly() 보호된 메소드

Throws an exception if the read only flag is true.
protected FailIfReadOnly ( ) : void
리턴 void

SetReadOnly() 공개 메소드

Marks this instance as immutable
public SetReadOnly ( ) : void
리턴 void