Sets how many milliseconds a dequeueing client will tolerate not receiving a client heart beat from the StreamBase server that it is connected to. The default value is 120000 (120 seconds). By default, StreamBase servers emit "client heart beats" every 10 seconds so StreamBase applications have no requirement to send data regularly.

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetQuiescentLimit(
	int nTimeoutMS
)
Public Sub SetQuiescentLimit ( _
	nTimeoutMS As Integer _
)
public:
void SetQuiescentLimit(
	int nTimeoutMS
)

Parameters

nTimeoutMS
Int32
The number of milliseconds that is allowed to pass without receiving a message from the StreamBase server client heart beat stream.

Exceptions

See Also