GigaSpaces XAP.NET Documentation
WriteInt64 Method (value)
Class LibraryGigaSpaces.Core.Internal.PbsPbsOutputStreamWriteInt64(Int64)
Writes a 64-bit signed integer to the stream. Stream footprint: dynamic, 1-9 bytes.
Declaration Syntax
C#Visual BasicVisual C++J#
public void WriteInt64(
	long value
)
Public Sub WriteInt64 ( _
	value As Long _
)
public:
void WriteInt64(
	long long value
)
public void WriteInt64(
	long value
)
Parameters
value (Int64)
Value to write.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 16.2.0.0 (16.2.1)