HotReloadHelper<T>.SubscribeToExtensionChangesAsync 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.
Subscribes for extension metadata changes.
public System.Threading.Tasks.Task SubscribeToExtensionChangesAsync (System.Threading.CancellationToken cancellationToken);
member this.SubscribeToExtensionChangesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SubscribeToExtensionChangesAsync (cancellationToken As CancellationToken) As Task
Parameters
- cancellationToken
- CancellationToken
A token to signal cancellation.
Returns
A task tracking the work.
Exceptions
Thrown if this object has already subscribed for extension changes.