An NDoc Documented Class Library

IBytesMessage.WriteLong Method 

Writes a long to the bytes message stream.

void WriteLong(
   long value
);

Parameters

value
The long 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