DataReader.UnconsumedBufferLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the size of the buffer that has not been read.
public:
property unsigned int UnconsumedBufferLength { unsigned int get(); };
uint32_t UnconsumedBufferLength();
public uint UnconsumedBufferLength { get; }
var uInt32 = dataReader.unconsumedBufferLength;
Public ReadOnly Property UnconsumedBufferLength As UInteger
Property Value
The size of the buffer that has not been read, in bytes.