C# 클래스 NServiceBus.InMemory.Outbox.InMemoryOutboxSettingsExtensions

Contains InMemoryOutbox related settings extensions.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
TimeToKeepDeduplicationData ( this settings, System.TimeSpan time ) : OutboxSettings

Specifies how long the outbox should keep message data in storage to be able to deduplicate.

메소드 상세

TimeToKeepDeduplicationData() 공개 정적인 메소드

Specifies how long the outbox should keep message data in storage to be able to deduplicate.
public static TimeToKeepDeduplicationData ( this settings, System.TimeSpan time ) : OutboxSettings
settings this The outbox settings.
time System.TimeSpan /// Defines the timespan which indicates how long the outbox deduplication entries should be kept. /// i.e. if TimeSpan.FromDays(1) is used the deduplication entries are kept for no longer than one day. /// It is not possible to use a negative or zero TimeSpan value. ///
리턴 NServiceBus.Outbox.OutboxSettings