C# 클래스 NServiceBus.ConfigureAudit

Contains extension methods to EndpointConfiguration.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
AuditProcessedMessagesTo ( this config, string auditQueue, System.TimeSpan timeToBeReceived = null ) : void

Configure Audit settings.

메소드 상세

AuditProcessedMessagesTo() 공개 정적인 메소드

Configure Audit settings.
public static AuditProcessedMessagesTo ( this config, string auditQueue, System.TimeSpan timeToBeReceived = null ) : void
config this The instance to apply the settings to.
auditQueue string The name of the audit queue to use.
timeToBeReceived System.TimeSpan The custom TTR to use for messages sent to the audit queue.
리턴 void