SIFWorks ADK 2.0
SetQueryResults Method (IQueryResults)
NamespacesEdustructures.SifWorksAgentSetQueryResults(IQueryResults)

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

Register a global IQueryResults message handler with this agent for all SIF object types. Note agents typically register message handlers with Topics or with Zones instead of with the Agent. The message dispatcher first delivers messages to Topics, then to Zones, and finally to the Agent itself.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetQueryResults(
	IQueryResults IQueryResults
)
Public Overridable Sub SetQueryResults ( _
	IQueryResults As IQueryResults _
)
public:
virtual void SetQueryResults (
	IQueryResults^ IQueryResults
)
Parameters
IQueryResults (IQueryResults)
An object that implements the IQueryResults interface to respond to SIF_Response query results received by the agent. This object will be called whenever a SIF_Response is received and no other object in the message dispatching chain has processed the message.

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