C-DEngine 5.105

TheTimeouts..::..WsTimeOut Property

Time in MS when a connection to a server is considered in failure

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int WsTimeOut { get; set; }
Public Property WsTimeOut As Integer
	Get
	Set
public:
property int^ WsTimeOut {
	int^ get ();
	void set (int^ value);
}