[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.
| C# | Visual Basic | Visual C++ |
void SetQueryResults( IQueryResults queryResults )
Sub SetQueryResults ( _ queryResults As IQueryResults _ )
void SetQueryResults ( IQueryResults^ queryResults )
- queryResults (IQueryResults)
- An object that implements the
CopyC#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.QueryResults