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