Solclient
BrowserPropertiesWaitTimeout Property |
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].
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int WaitTimeout { get; set; }
Public Property WaitTimeout As Integer Get Set
public: property int WaitTimeout { int get (); void set (int value); }
Property Value
Type: Int32See Also