10.24.0

IBrowserHasMore Method

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.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
bool HasMore()

Return Value

Boolean
Returns a boolean indicating if there is at least one message available in the Browser's local message buffer

Exceptions

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