1 reference to IsContinuableState
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
161
var resourceEvent = await WaitForResourceCoreAsync(dependency.Name, re => re.ResourceId == resourceId &&
IsContinuableState
(waitBehavior, re.Snapshot), cancellationToken: cancellationToken).ConfigureAwait(false);