10.24.0

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].

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public int WaitTimeout { get; set; }

Property Value

Int32

See Also