ResourceNotificationService.WatchAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Watch for changes to the state for all resources.
public System.Collections.Generic.IAsyncEnumerable<Aspire.Hosting.ApplicationModel.ResourceEvent> WatchAsync (System.Threading.CancellationToken cancellationToken = default);
member this.WatchAsync : System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerable<Aspire.Hosting.ApplicationModel.ResourceEvent>
Public Function WatchAsync (Optional cancellationToken As CancellationToken = Nothing) As IAsyncEnumerable(Of ResourceEvent)
Parameters
- cancellationToken
- CancellationToken