ICachingExternalSettingsProvider.RefreshCacheAsync(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.
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