SIFWorks ADK 2.0
SetQueryResults Method (queryResults)
NamespacesEdustructures.SifWorksIZoneSetQueryResults(IQueryResults)

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

Register a QueryResults message handler with this zone to process SIF_Response messages for all object types.
Declaration Syntax
C#Visual BasicVisual C++
void SetQueryResults(
	IQueryResults queryResults
)
Sub SetQueryResults ( _
	queryResults As IQueryResults _
)
void SetQueryResults (
	IQueryResults^ queryResults
)
Parameters
queryResults (IQueryResults)
An object that implements the
CopyC#
QueryResults
interface to respond to SIF_Response query results received by the agent. This object will be called whenever a SIF_Response is received on this zone 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