[This is preliminary documentation and is subject to change.]
Query the zone with options and notify a MessagingListener
| C# | Visual Basic | Visual C++ |
string Query( Query query, IMessagingListener listener, AdkQueryOptions queryOptions )
Function Query ( _ query As Query, _ listener As IMessagingListener, _ queryOptions As AdkQueryOptions _ ) As String
String^ Query ( Query^ query, IMessagingListener^ listener, AdkQueryOptions queryOptions )
- query (Query)
- A Query object describing the parameters of the query, including optional conditions and field restrictions.
- listener (IMessagingListener)
- A MessagingListener that will be notified when the SIF_Request message is sent to the zone. Any other MessagingListeners registered with the zone will also be called.
- queryOptions (AdkQueryOptions)
- Reserved for future use.
The SIF_MsgId of the SIF_Request that was sent to the zone
@since Adk 1.5