4 references to stopHandle
Aspire.StackExchange.Redis (4)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (4)
72
if (this.
stopHandle
.WaitOne(0))
100
this.
stopHandle
.Set();
105
this.
stopHandle
.Dispose();
131
if (this.
stopHandle
.WaitOne(this.options.FlushInterval))