SIFWorks ADK 2.0
SetQueryResults Method (queryResultsObject)
NamespacesEdustructures.SifWorksITopicSetQueryResults(IQueryResults)

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

Sets the QueryResults message handler registered with this topic. This object will be called whenever a SIF_Response message is received by one of the zones joined with this topic and the response contains data associated with the topic. Note that SIF_Response messages are dispatched to this handler only if the initial request was issued by calling one of the Topic.query methods.
Declaration Syntax
C#Visual BasicVisual C++
void SetQueryResults(
	IQueryResults queryResultsObject
)
Sub SetQueryResults ( _
	queryResultsObject As IQueryResults _
)
void SetQueryResults (
	IQueryResults^ queryResultsObject
)
Parameters
queryResultsObject (IQueryResults)
An IQueryResults message handler
See Also

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