AsyncLockedStorageCreatorDelegate<T> Delegate

Definition

A delegate that creates a storage object, used by the constructor of the storage factory.

C#
public delegate System.Threading.Tasks.Task<T> AsyncLockedStorageCreatorDelegate<T>(string path, bool writable, ITraceLogger logger, IDisposable storageLock, CancellationToken cancellationToken);

Type Parameters

T

Parameters

path
String
writable
Boolean
logger
Microsoft.VisualStudio.Settings.Internal.ITraceLogger
storageLock
IDisposable
cancellationToken
CancellationToken

Return Value

Task<T>

Applies to

Product Versions
Visual Studio SDK 2022