WebLogic Messaging API Class Library

IBytesMessage. Method 

NOTE: This method is now obsolete.

Method will be removed soon. You can use WriteByte(unchecked((sbyte)value)) instead


Writes a unsigned byte(8-bit unsigned integer with values ranging from negative 0 to 255) to the bytes message stream as a 1-byte value.

void (
   Byte value
);

Parameters

Byte
the byte value to be written

Exceptions

Exception Type Condition
MessageException if the JMS provider fails to write the message due to some internal error.
MessageNotWriteableException if the message is in read-only mode.

See Also

IBytesMessage Interface | WebLogic.Messaging Namespace