5 references to TakeAsync
Aspire.Elastic.Clients.Elasticsearch.Tests (1)
AspireElasticClientExtensionsTest.cs (1)
160var activityList = await notifier.TakeAsync(1, TimeSpan.FromSeconds(10));
Aspire.NATS.Net.Tests (1)
AspireNatsClientExtensionsTests.cs (1)
197var activityList = await notifier.TakeAsync(1, TimeSpan.FromSeconds(10));
Aspire.StackExchange.Redis.DistributedCaching.Tests (1)
DistributedCacheConformanceTests.cs (1)
66var activityList = await notifier.TakeAsync(3, TimeSpan.FromSeconds(10));
Aspire.StackExchange.Redis.OutputCaching.Tests (1)
OutputCacheConformanceTests.cs (1)
66var activityList = await notifier.TakeAsync(3, TimeSpan.FromSeconds(10));
Aspire.StackExchange.Redis.Tests (1)
AspireRedisExtensionsTests.cs (1)
290var activityList = await notifier.TakeAsync(1, TimeSpan.FromSeconds(10));