ISuspendableExternalSettingsProvider.ResumeAsync(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.
This method is called by Unified Settings when focus returns to the Options UI. The provider should reacquire resources that were released by SuspendAsync(CancellationToken).
public System.Threading.Tasks.Task ResumeAsync(System.Threading.CancellationToken cancellationToken);
abstract member ResumeAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ResumeAsync (cancellationToken As CancellationToken) As Task
Parameters
- cancellationToken
- CancellationToken