IPersistentStorageService Interface

Definition

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