DataOutputAdvanceCursor Method |
Advance the buffer cursor by the given offset.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void AdvanceCursor(
uint offset
)
Public Sub AdvanceCursor (
offset As UInteger
)
public:
void AdvanceCursor(
unsigned int offset
)
member AdvanceCursor :
offset : uint32 -> unit
Parameters
- offset
- Type: SystemUInt32
The offset by which to advance the cursor.
See Also