Delen via


ICachingExternalSettingsProvider.RefreshCacheAsync(CancellationToken) Method

Definition

Reload the backing store into memory, updating any in-memory cached values.

This method should raise SettingValuesChanged if any settings changed during the refresh. You can pass SomeOrAll if you don't know whether any settings changed.

public System.Threading.Tasks.Task<Microsoft.VisualStudio.Utilities.UnifiedSettings.ExternalSettingOperationResult> RefreshCacheAsync (System.Threading.CancellationToken cancellationToken);
abstract member RefreshCacheAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Utilities.UnifiedSettings.ExternalSettingOperationResult>
Public Function RefreshCacheAsync (cancellationToken As CancellationToken) As Task(Of ExternalSettingOperationResult)

Parameters

cancellationToken
CancellationToken

Returns

Applies to