4 references to stopHandle
Aspire.StackExchange.Redis (4)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (4)
88
if (this.
stopHandle
.WaitOne(0))
115
this.
stopHandle
.Set();
120
this.
stopHandle
.Dispose();
149
if (this.
stopHandle
.WaitOne(this.options.FlushInterval))