ITemporaryStreamStorage 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
- 屬性
- 實作
方法
ReadStream(CancellationToken) | |
ReadStreamAsync(CancellationToken) | |
WriteStream(Stream, CancellationToken) | |
WriteStreamAsync(Stream, CancellationToken) |