IBrowser.GetNextNoWait Method

Solclient

IBrowserGetNextNoWait Method
version: 7.2.1.27
As the name implies, this method returns a message if there is at least one available in the Browser's local buffer; otherwise, it returns null.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
IMessage GetNextNoWait()
Function GetNextNoWait As IMessage
IMessage^ GetNextNoWait()

Return Value

Type: IMessage
Returns next available IMessage or null if none was available
Exceptions
ExceptionCondition
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