IBrowser.GetNext Method

Solclient

IBrowserGetNext Method
version: 7.2.1.27
Overload List
  Name Description
Public method GetNext
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.
Public method GetNext(Int32)
If there is at least one message available in the Browser’s local message buffer, return it immediately. Otherwise wait up to WaitTimeout(as specified in BrowserProperties) until one is available. - If timeout is < 0, return immediately if there are no messages available locally - If timeout is equal to 0, wait forever. This blocks the calling thread; to unblock it, call Dispose.
Top
See Also