Get the count of bytes that have been read from the stream.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public uint BytesRead{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property BytesRead As UInteger |
| Visual C++ |
|---|
public: property unsigned int BytesRead { unsigned int get (); } |
See Also
DataInput Class
GemStone.GemFire.Cache Namespace