SIFWorks ADK 2.0
Query Method (query, listener)
NamespacesEdustructures.SifWorksIZoneQuery(Query, IMessagingListener)

[This is preliminary documentation and is subject to change.]

Query the zone and notify a MessagingListener
Declaration Syntax
C#Visual BasicVisual C++
string Query(
	Query query,
	IMessagingListener listener
)
Function Query ( _
	query As Query, _
	listener As IMessagingListener _
) As String
String^ Query (
	Query^ query, 
	IMessagingListener^ listener
)
Parameters
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.
Return Value
The SIF_MsgId of the SIF_Request that was sent to the zone. @since Adk 1.5

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10