Utf8JsonWriter.BytesPending Vlastnost

Definice

Získá počet bajtů, které Utf8JsonWriter dosud nebyly vyprázdněné na výstup a potvrzeny.

public:
 property int BytesPending { int get(); };
public int BytesPending { get; }
member this.BytesPending : int
Public ReadOnly Property BytesPending As Integer

Hodnota vlastnosti

Int32

Počet bajtů, které dosud Utf8JsonWriter nebyly vyprázdněné do výstupu a potvrzeny.

Platí pro