C-DEngine 5.105

TheServiceHostInfo..::..StartISM Property

If set to true, the ISM - Intelligent Service Management will be activated. This has to be set before call ing StartBaseApplication()

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

Syntax


public bool StartISM { get; set; }
Public Property StartISM As Boolean
	Get
	Set
public:
property bool^ StartISM {
	bool^ get ();
	void set (bool^ value);
}