Delen via


ISuspendableExternalSettingsProvider Interface

Definition

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.

Applies to