Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
NServiceBus
OutboxConfigExtensions
C# Class NServiceBus.OutboxConfigExtensions
Config methods for the outbox.
Mostrar archivo
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