ICompressionProvider.SupportsFlush 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出指定的提供者是否支援 Flush 和 FlushAsync。 如果沒有,在某些情況下,可能會停用壓縮。
public:
property bool SupportsFlush { bool get(); };
public bool SupportsFlush { get; }
member this.SupportsFlush : bool
Public ReadOnly Property SupportsFlush As Boolean