C# Class NServiceBus.ConfigureAudit

Contains extension methods to EndpointConfiguration.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
AuditProcessedMessagesTo ( this config, string auditQueue, System.TimeSpan timeToBeReceived = null ) : void

Configure Audit settings.

Method Details

AuditProcessedMessagesTo() public static method

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.
return void