[This is preliminary documentation and is subject to change.]
Query the zone and notify a MessagingListener
| C# | Visual Basic | Visual C++ |
string Query( Query query, IMessagingListener listener )
Function Query ( _ query As Query, _ listener As IMessagingListener _ ) As String
String^ Query ( Query^ query, IMessagingListener^ listener )
- 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.
The SIF_MsgId of the SIF_Request that was sent to the zone.
@since Adk 1.5