C# 클래스 DotNetWorkQueue.Configuration.HeartBeatConfiguration

The heartbeat configuration settings The queue can 'ping' a record that is being processed and keep it alive. This allows for automatic recovery of records in which the processor has died and records are stuck in a processing state.
상속: IHeartBeatConfiguration
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
HeartBeatConfiguration ( TransportConfigurationReceive transportConfiguration, IHeartBeatThreadPoolConfiguration threadPoolConfiguration ) : System

Initializes a new instance of the HeartBeatConfiguration class.

SetReadOnly ( ) : void

Marks this instance as immutable

보호된 메소드들

메소드 설명
FailIfReadOnly ( ) : void

Throws an exception if the read-only flag is true.

메소드 상세

FailIfReadOnly() 보호된 메소드

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

HeartBeatConfiguration() 공개 메소드

Initializes a new instance of the HeartBeatConfiguration class.
public HeartBeatConfiguration ( TransportConfigurationReceive transportConfiguration, IHeartBeatThreadPoolConfiguration threadPoolConfiguration ) : System
transportConfiguration TransportConfigurationReceive The transport configuration.
threadPoolConfiguration IHeartBeatThreadPoolConfiguration The thread pool configuration.
리턴 System

SetReadOnly() 공개 메소드

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