DataInputBytesRead Property |
Get the count of bytes that have been read from the stream.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic uint BytesRead { get; }
Public ReadOnly Property BytesRead As UInteger
Get
public:
property unsigned int BytesRead {
unsigned int get ();
}
member BytesRead : uint32 with get
Property Value
Type:
UInt32
See Also