Property | Type | Description |
---|
Method | Description | |
---|---|---|
Options ( ) : System | ||
SetDebugLogJson ( bool debugLogJson ) : |
||
SetMaxQueueSize ( int maxQueueSize ) : |
Sets the maximum amount of items that can be in the queue before no more are accepted.
|
|
SetMinBatchSize ( int minBatchSize ) : |
||
SetMinSendBatchInterval ( System.TimeSpan minSendBatchInterval ) : |
public SetDebugLogJson ( bool debugLogJson ) : |
||
debugLogJson | bool | |
return |
public SetMaxQueueSize ( int maxQueueSize ) : |
||
maxQueueSize | int | |
return |
public SetMinBatchSize ( int minBatchSize ) : |
||
minBatchSize | int | |
return |
public SetMinSendBatchInterval ( System.TimeSpan minSendBatchInterval ) : |
||
minSendBatchInterval | System.TimeSpan | |
return |