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.
byte value to be written| 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. |
IBytesMessage Interface | WebLogic.Messaging Namespace