C# Class NServiceBus.OutboxConfigExtensions

Config methods for the outbox.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
EnableOutbox ( this config ) : OutboxSettings

Enables the outbox feature.

Method Details

EnableOutbox() public static method

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