IPersistentStorageService 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.
Caution
Roslyn no longer exports a mechanism to perform persistence.
Obsolete. Roslyn no longer supports a mechanism to perform arbitrary persistence of data. If such functionality is needed, consumers are responsible for providing it themselves with whatever semantics are needed.
public interface class IPersistentStorageService : Microsoft::CodeAnalysis::Host::IWorkspaceService
public interface IPersistentStorageService : Microsoft.CodeAnalysis.Host.IWorkspaceService
[System.Obsolete("Roslyn no longer exports a mechanism to perform persistence.", true)]
public interface IPersistentStorageService : Microsoft.CodeAnalysis.Host.IWorkspaceService
type IPersistentStorageService = interface
interface IWorkspaceService
[<System.Obsolete("Roslyn no longer exports a mechanism to perform persistence.", true)>]
type IPersistentStorageService = interface
interface IWorkspaceService
Public Interface IPersistentStorageService
Implements IWorkspaceService
- Attributes
- Implements
Methods
GetStorage(Solution) | |
GetStorageAsync(Solution, CancellationToken) |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.