PipeOptions.PauseWriterThreshold Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nombre d'octets dans l’élément Pipe au début du blocage de l’élément FlushAsync(CancellationToken). Une valeur de zéro empêche FlushAsync(CancellationToken) le blocage, ce qui rend le nombre d’octets dans le Pipe nombre illimité.
public:
property long PauseWriterThreshold { long get(); };
public long PauseWriterThreshold { get; }
member this.PauseWriterThreshold : int64
Public ReadOnly Property PauseWriterThreshold As Long
Valeur de propriété
Nombre d’octets dans le quand FlushAsync(CancellationToken) démarre le Pipe blocage.