An NDoc Documented Class Library

IMessageConsumer.Available Method 

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.

long Available();

Return Value

The number of messages available to the consumer.

Exceptions

Exception Type Condition
MsgException Thrown when an error if it fails to get the number of available messages.

See Also

IMessageConsumer Interface | webMethods.Msg Namespace