C# Класс NServiceBus.Transport.PushRuntimeSettings

Controls how the message pump should behave.
Показать файл Открыть проект

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

Метод Описание
PushRuntimeSettings ( ) : System

Constructs the settings. NServiceBus will pick a suitable default for `MaxConcurrency`.

PushRuntimeSettings ( int maxConcurrency ) : System

Constructs the settings.

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

PushRuntimeSettings() публичный Метод

Constructs the settings. NServiceBus will pick a suitable default for `MaxConcurrency`.
public PushRuntimeSettings ( ) : System
Результат System

PushRuntimeSettings() публичный Метод

Constructs the settings.
public PushRuntimeSettings ( int maxConcurrency ) : System
maxConcurrency int The maximum concurrency to allow.
Результат System