An NDoc Documented Class Library

IMessageConsumer Methods

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

Public Instance Methods

Available Get the number of avaiable messages for the consumer This is an approximate number in that some of the messages may be expired or don't match the consumer's message selector.
Clear Clear all available messages to the consumer
Close Closes the message consumer.
GetInputStream Get the input stream to perform byte streaming
ReceiveOverloaded. Returns the next message received by this message consumer. This method will block indefinitely until either a message is received or the message consumer is closed.
ReceiveNoWait Returns the next message received by this message consumer if one is currently available.

See Also

IMessageConsumer Interface | webMethods.Msg Namespace