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

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

Register a QueryResults object with this zone for the specified SIF object type.
Declaration Syntax
C#Visual BasicVisual C++
void SetQueryResults(
	IQueryResults queryResults,
	IElementDef objectType
)
Sub SetQueryResults ( _
	queryResults As IQueryResults, _
	objectType As IElementDef _
)
void SetQueryResults (
	IQueryResults^ queryResults, 
	IElementDef^ objectType
)
Parameters
queryResults (IQueryResults)
An object that implements the
CopyC#
QueryResults
interface to respond to SIF_Response query results received by the agent, where the SIF object type referenced by the request matches the specified objectType. This QueryResults 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.
objectType (IElementDef)
A constant from the SifDtd class that identifies a SIF Data Object type.

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