An NDoc Documented Class Library

IMessage Methods

The methods of the IMessage interface are listed below. For a complete list of IMessage interface members, see the IMessage Members topic.

Public Instance Methods

Acknowledge Acknowledges all consumed messages of the session of this consumed message.
ClearBody Clears out the message body.
ClearProperties Clears a message's properties.
GetBooleanProperty Returns the value of the boolean property with the specified name.
GetByteProperty Returns the value of the byte property with the specified name.
GetDoubleProperty Returns the value of the double property with the specified name.
GetFloatProperty Returns the value of the float property with the specified name.
GetIntProperty Returns the value of the int property with the specified name.
GetLongProperty Returns the value of the long property with the specified name.
GetObjectProperty Returns the value of the object property with the specified name.
GetShortProperty Returns the value of the short property with the specified name.
GetStringProperty Returns the value of the string property with the specified name.
PropertyExists Indicates whether a property value exists.
SetBooleanProperty Sets a boolean property value with the specified name into the message.
SetByteProperty Sets a byte property value with the specified name into the message.
SetDoubleProperty Sets a double property value with the specified name into the message.
SetFloatProperty Sets a float property value with the specified name into the message.
SetIntProperty Sets an integer property value with the specified name into the message.
SetLongProperty Sets a long property value with the specified name into the message.
SetObjectProperty Sets an object property value with the specified name into the message.
SetShortProperty Sets a short property value with the specified name into the message.
SetStringProperty Sets a string property value with the specified name into the message.

See Also

IMessage Interface | webMethods.Msg Namespace