[This is preliminary documentation and is subject to change.]
Register a global IQueryResults message handler with this agent for all SIF object types.
Note agents typically register message handlers with Topics or with
Zones instead of with the Agent. The message dispatcher first
delivers messages to Topics, then to Zones, and finally to the Agent
itself.
| C# | Visual Basic | Visual C++ |
public virtual void SetQueryResults( IQueryResults IQueryResults )
Public Overridable Sub SetQueryResults ( _ IQueryResults As IQueryResults _ )
public: virtual void SetQueryResults ( IQueryResults^ IQueryResults )
- IQueryResults (IQueryResults)
- An object that implements the IQueryResults interface to respond to SIF_Response query results received by the agent. This object will be called whenever a SIF_Response is received and no other object in the message dispatching chain has processed the message.