C-DEngine 5.105

TheServiceHostInfo..::..AsyncEngineStartup Property

If True, all plugins/services/engines will be registered, Init and CreateUX asynchronously. InitEngineAssets will be called synchronously before

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

Syntax


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