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.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public int WaitTimeout { get; set; }
Property Value
Int32