SIFWorks ADK 2.0
ProcessEventsFromSelf Property
NamespacesEdustructures.SifWorksAgentPropertiesProcessEventsFromSelf

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

Determines if the Adk processes or ignores SIF_Event messages that were reported by this agent (i.e. the SourceId of the SIF_Event matches the SourceId of this agent). By default, such events are ignored by the class framework and automatically acknowledged as successfully received.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ProcessEventsFromSelf{ get; set;}
Public Overridable Property ProcessEventsFromSelf As Boolean
public:
virtual property bool ProcessEventsFromSelf {
	bool get ();
	void set (bool value);
}
Value
true if the class framework will process SIF_Event messages that were reported by this agent; false if it will ignore them

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