[TIBCO.EMS .NET client library 5.1 documentation]

Writes a long to the bytes message stream

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public void WriteLong(
	long value
)
Public Sub WriteLong ( _
	value As Long _
)
public:
void WriteLong(
	long long value
)

Parameters

value
Type: System..::.Int64
the long value to be written

Remarks

Writes eight bytes of data to the stream and advances the write position so that the next write call appends to the new end of the stream.

See Also