C-DEngine 5.105

TheServiceHostInfo..::..DisableFastTSMs Property

Every TSM(...) constructor will set the SID (expensive envryption) if not set (default) the two WriteToLog constructors will NOT set the SID during construction

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

Syntax


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