Writes a boolean to the stream message.

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

Syntax

Visual Basic
Sub WriteObject ( _
	value As Object _
)
C#
void WriteObject(
	Object value
)
Visual C++
void WriteObject(
	Object^ value
)
JavaScript
function writeObject(value);

Parameters

value
Type: System..::..Object
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