Exemple #1
0
 set => SetProperty(ref _timeout, value);
Exemple #2
0
 public BatcherTests(ITestOutputHelper testOutputHelper) => _batcher = new TestBatcher(testOutputHelper, _history, _timeout, _batchSize);
Exemple #3
0
 () => new HareDuClientSettingsImpl(_rmqServerUrl, _enableLogger, _logger, _loggerName, _timeout, _username, _password, _enableTransientRetry, _retryLimit),