[This is preliminary documentation and is subject to change.]
Register a QueryResults object with this zone for the specified SIF object type.
| C# | Visual Basic | Visual C++ |
void SetQueryResults( IQueryResults queryResults, IElementDef objectType )
Sub SetQueryResults ( _ queryResults As IQueryResults, _ objectType As IElementDef _ )
void SetQueryResults ( IQueryResults^ queryResults, IElementDef^ objectType )
- queryResults (IQueryResults)
- An object that implements the
CopyC#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.QueryResults
- objectType (IElementDef)
- A constant from the SifDtd class that identifies a SIF Data Object type.