Writes a int to the stream message.

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

Syntax

Visual Basic
Sub WriteInt32 ( _
	value As Integer _
)
C#
void WriteInt32(
	int value
)
Visual C++
void WriteInt32(
	int value
)
JavaScript
function writeInt32(value);

Parameters

value
Type: System..::..Int32
A Int32

Exceptions

ExceptionCondition
Apache.NMS..::..NMSException if the NMS provider fails to write to the message due to some internal error.
Apache.NMS..::..MessageNotWriteableException if the message is in read-only mode.

See Also