SIFWorks ADK 2.0
DisableMessageDispatcher Property
NamespacesEdustructures.SifWorksAgentPropertiesDisableMessageDispatcher

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

Determines if the Adk's message dispatcher is disabled. When disabled, all messages received by the Adk are disposed of immediately without dispatching to the agent's message handlers. This property should only be set true in rare cases when the agent should send but not receive messages. The default is false.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool DisableMessageDispatcher{ get; set;}
Public Overridable Property DisableMessageDispatcher As Boolean
public:
virtual property bool DisableMessageDispatcher {
	bool get ();
	void set (bool value);
}
Value
true if the Adk's has disabled its message dispatcher

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