C-DEngine 5.105

TheServiceHostInfo..::..TO Property

This structure allows to set all important timeouts of the C-DEngine

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

Syntax


public TheTimeouts TO { get; set; }
Public Property TO As TheTimeouts
	Get
	Set
public:
property TheTimeouts^ TO {
	TheTimeouts^ get ();
	void set (TheTimeouts^ value);
}