Method | Description | |
---|---|---|
WithCoreSize ( int value ) : |
Sets the core size.
|
|
WithKeepAliveTime ( System.TimeSpan value ) : |
Sets the keep alive time.
|
|
WithMaxQueueSize ( int value ) : |
Sets the max queue size.
|
|
WithMetricsRollingStatisticalWindow ( int value ) : |
Sets the rolling statistical window.
|
|
WithMetricsRollingStatisticalWindowBuckets ( int value ) : |
Sets the rolling statistical window buckets.
|
|
WithQueueSizeRejectionThreshold ( int value ) : |
Sets the queue size rejection threshold.
|
public WithCoreSize ( int value ) : |
||
value | int | The core size. |
return |
public WithKeepAliveTime ( System.TimeSpan value ) : |
||
value | System.TimeSpan | The keep alive time. |
return |
public WithMaxQueueSize ( int value ) : |
||
value | int | The max queue size. |
return |
public WithMetricsRollingStatisticalWindow ( int value ) : |
||
value | int | The rolling statistical window. |
return |
public WithMetricsRollingStatisticalWindowBuckets ( int value ) : |
||
value | int | The rolling statistical window buckets. |
return |
public WithQueueSizeRejectionThreshold ( int value ) : |
||
value | int | The queue size rejection threshold. |
return |