PipeOptions.PauseWriterThreshold Eigenschap

Definitie

Hiermee haalt u het aantal bytes in de Pipe bytes op dat wordt FlushAsync(CancellationToken) geblokkeerd. Een waarde van nul voorkomt dat FlushAsync(CancellationToken) ooit wordt geblokkeerd, waardoor het aantal bytes in het Pipe onbeperkte aantal.

public:
 property long PauseWriterThreshold { long get(); };
public long PauseWriterThreshold { get; }
member this.PauseWriterThreshold : int64
Public ReadOnly Property PauseWriterThreshold As Long

Waarde van eigenschap

Het aantal bytes in het Pipe moment dat FlushAsync(CancellationToken) wordt geblokkeerd.

Van toepassing op