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.
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
Return Value
BooleanReturns a boolean indicating if there is at least one message available in the Browser's local message buffer
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.
|