Method | Description | |
---|---|---|
PushRuntimeSettings ( ) : System |
Constructs the settings. NServiceBus will pick a suitable default for `MaxConcurrency`.
|
|
PushRuntimeSettings ( int maxConcurrency ) : System |
Constructs the settings.
|
public PushRuntimeSettings ( int maxConcurrency ) : System | ||
maxConcurrency | int | The maximum concurrency to allow. |
return | System |