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

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

Query the zone with options and notify a MessagingListener
Declaration Syntax
C#Visual BasicVisual 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
)
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.
queryOptions (AdkQueryOptions)
Reserved for future use.
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