The time to wait before closing a connection without hearing a heartbeat. Default: 15s

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int TimoutSec { get; set; }
Public Property TimoutSec As Integer
	Get
	Set
public:
property int TimoutSec {
	int get ();
	void set (int value);
}

See Also