[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.
| C# | Visual Basic | Visual C++ |
void SetQueryResults( IQueryResults queryResultsObject )
Sub SetQueryResults ( _ queryResultsObject As IQueryResults _ )
void SetQueryResults ( IQueryResults^ queryResultsObject )
- queryResultsObject (IQueryResults)
- An IQueryResults message handler