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