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