Writes a boolean to the stream message.

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

Syntax

Visual Basic
Sub WriteBoolean ( _
	value As Boolean _
)
C#
void WriteBoolean(
	bool value
)
Visual C++
void WriteBoolean(
	bool value
)
JavaScript
function writeBoolean(value);

Parameters

value
Type: System..::..Boolean
A Boolean

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