C# 클래스 NServiceBus.Transport.PushRuntimeSettings

Controls how the message pump should behave.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
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