Time before giving up on a connection attempt, in milliseconds. -1 == forever (the default).

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public long TimeoutMS { get; set; }
Public Property TimeoutMS As Long
	Get
	Set
public:
property long long TimeoutMS {
	long long get ();
	void set (long long value);
}

See Also