DataInputBytesRemaining Property |
Get the count of bytes that are remaining in the buffer.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic uint BytesRemaining { get; }
Public ReadOnly Property BytesRemaining As UInteger
Get
public:
property unsigned int BytesRemaining {
unsigned int get ();
}
member BytesRemaining : uint32 with get
Property Value
Type:
UInt32
See Also