An NDoc Documented Class Library

IBytesMessage.WriteInt Method 

Writes an integer to the bytes message stream.

void WriteInt(
   int value
);

Parameters

value
The integer value to be written.

Exceptions

Exception Type Condition
MsgException Thrown when the write fails.
MessageNotWriteableException Thrown when the message is read-only.

See Also

IBytesMessage Interface | webMethods.Msg Namespace