Write a eight byte value to the message stream representing the long value passed. High byte first.

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Sub WriteInt64 ( _
	value As Long _
)
C#
void WriteInt64(
	long value
)
Visual C++
void WriteInt64(
	long long value
)
JavaScript
function writeInt64(value);

Parameters

value
Type: System..::..Int64
A Int64

Exceptions

ExceptionCondition
Apache.NMS..::..MessageNotWriteableException Thrown when the Message is in read-only mode.
Apache.NMS..::..NMSException Thrown when there is an unhandled exception thrown from the provider.

See Also