BrowserProperties Properties

Solclient

BrowserProperties Properties
version: 7.2.1.27

The BrowserProperties type exposes the following members.

Properties
  Name Description
Public property Selector
Browser's selector string; null means unspecified.
Public property TransportWindowSize
The TransportWindowSize affects the number of local messages which are pre-fetched by the Browser. The default is 255. The valid range is within [1..255].
Public property WaitTimeout
When calling GetNext(), if no messages become available in the local API message buffer, the calling thread can be blocked up for up the amount of time specified (in milliseconds)by this property. The unit of WaitTimeout is msec. The default is 10000 msecs (10 secs). The valid range is within [50...MaxSignedInt32].
Top
See Also