ISuspendableExternalSettingsProvider Interface
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.
An optional interface external settings providers may implement for resource usage optimization.
public interface ISuspendableExternalSettingsProvider
type ISuspendableExternalSettingsProvider = interface
Public Interface ISuspendableExternalSettingsProvider
Methods
ResumeAsync(CancellationToken) |
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). |
SuspendAsync(CancellationToken) |
This method is called by Unified Settings when focus moves away from the Options UI. The provider should release expensive resources such as those that are used to keep setting values up to date when the UI is active. |