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: 2.2.8.5956 (2.2.8.5956)

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