SIFWorks ADK 2.0
SleepOnDisconnect Property
NamespacesEdustructures.SifWorksAgentPropertiesSleepOnDisconnect

[This is preliminary documentation and is subject to change.]

Determines if the Adk should send a SIF_Sleep message to a zone when disconnecting. The default is true.
Determines if the Adk should send a SIF_Sleep message to a zone when disconnecting. The default is true.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool SleepOnDisconnect{ get; set;}
Public Overridable Property SleepOnDisconnect As Boolean
public:
virtual property bool SleepOnDisconnect {
	bool get ();
	void set (bool value);
}
Value
true if the Adk should place the agent's ZIS queue in sleep mode when disconnecting.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10