Solclient
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.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
Return Value
Type: BooleanReturns a boolean indicating if there is at least one message available in the Browser's local message buffer
Exceptions
Exception | Condition |
---|---|
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