C-DEngine 5.105

TheServiceHostInfo..::..UseHBTimerPerSender Property

if true, each QSender will get its own Heartbeat timer

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

Syntax


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