C# Класс NServiceBus.ConfigurePurging

Configures purging.
Показать файл Открыть проект

Открытые методы

Метод Описание
PurgeOnStartup ( this config, bool value ) : void

Requests that the incoming queue be purged of all messages when the bus is started. All messages in this queue will be deleted if this is true. Setting this to true may make sense for certain smart-client applications, but rarely for server applications.

Приватные методы

Метод Описание
PurgeOnStartup ( this config ) : bool

Описание методов

PurgeOnStartup() публичный статический Метод

Requests that the incoming queue be purged of all messages when the bus is started. All messages in this queue will be deleted if this is true. Setting this to true may make sense for certain smart-client applications, but rarely for server applications.
public static PurgeOnStartup ( this config, bool value ) : void
config this The instance to apply the settings to.
value bool True to purge all message on startup; otherwise False.
Результат void