Share via


ITemporaryStreamStorage Interface

Definition

Caution

Roslyn no longer exports a mechanism to store arbitrary data in-memory.

public interface class ITemporaryStreamStorage : IDisposable
public interface ITemporaryStreamStorage : IDisposable
[System.Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.")]
public interface ITemporaryStreamStorage : IDisposable
type ITemporaryStreamStorage = interface
    interface IDisposable
[<System.Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.")>]
type ITemporaryStreamStorage = interface
    interface IDisposable
Public Interface ITemporaryStreamStorage
Implements IDisposable
Attributes
Implements

Methods

ReadStream(CancellationToken)
ReadStreamAsync(CancellationToken)
WriteStream(Stream, CancellationToken)
WriteStreamAsync(Stream, CancellationToken)

Applies to