C# Класс NServiceBus.ConfigureQueueCreation

Contains extension methods for EndpointConfiguration that expose Queue creation settings.
Показать файл Открыть проект

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

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

If queues configured do not exist, will cause them not to be created on startup.

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

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

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

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

If queues configured do not exist, will cause them not to be created on startup.
public static DoNotCreateQueues ( this config ) : void
config this The instance to apply the settings to.
Результат void