C# Class NServiceBus.OutboxConfigExtensions

Config methods for the outbox.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
EnableOutbox ( this config ) : OutboxSettings

Enables the outbox feature.

Method Details

EnableOutbox() public static méthode

Enables the outbox feature.
public static EnableOutbox ( this config ) : OutboxSettings
config this The instance to apply the settings to.
Résultat OutboxSettings