IBrowser.HasMore Method

Solclient

IBrowserHasMore Method
version: 7.2.1.27
Returns true if there is at least one message available in the Browser's local message buffer. Note: If this method returns false, it does not mean that the queue is empty; subsequent calls to HasMore or GetNext might return true and a IMessage respectively.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
bool HasMore()
Function HasMore As Boolean
bool HasMore()

Return Value

Type: Boolean
Returns a boolean indicating if there is at least one message available in the Browser's local message buffer
Exceptions
ExceptionCondition
ObjectDisposedException Thrown when the Browser is already disposed (terminal state).
OperationErrorException Thrown when the underlying browser encountered an error Note: The ErroInfo property in OperationErrorException will have a specific SubCode indicating what error case the Browser encountered.
FatalErrorException Thrown when an unrecoverable error occurs.
See Also