C-DEngine 5.105

TheServiceHostInfo..::..EventTimeout Property

Timeout for Thing Events (in milliseconds).

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

Syntax


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