Solclient
| IBrowserGetNext Method |
If there is at least one message available in the Browser’s local message buffer, return it
immediately. Otherwise wait up to WaitTimeout(in BrowserProperties) until one is available.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
Exceptions| Exception | Condition |
|---|---|
| ObjectDisposedException | Thrown when the Browser is already disposed (terminal state). |
| FatalErrorException | Thrown when an unrecoverable error occurs. |
| 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. |
See Also