C# Class NServiceBus.ConfigureAudit

Contains extension methods to EndpointConfiguration.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

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

Configure Audit settings.

Method Details

AuditProcessedMessagesTo() public static méthode

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.
Résultat void