SIFWorks ADK 2.0
OnQueryPending Method (info, zone)
NamespacesEdustructures.SifWorksIQueryResultsOnQueryPending(IMessageInfo, IZone)

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

Called by the ADK after successfully sending a SIF_Request message to a zone. If it is important to your implementation class to match pending SIF_Request queries SIF_Responses, you can use this method to keep track of the pending SIF_Requests. Note this method is called once for each Zone a SIF_Request message is sent to, and is called only after the SIF_Request message is successfully sent.
Declaration Syntax
C#Visual BasicVisual C++
void OnQueryPending(
	IMessageInfo info,
	IZone zone
)
Sub OnQueryPending ( _
	info As IMessageInfo, _
	zone As IZone _
)
void OnQueryPending (
	IMessageInfo^ info, 
	IZone^ zone
)
Parameters
info (IMessageInfo)
The properties of the SIF_Request message. Cast this value to a SifMessageInfo object to retrieve attributes specific to the Schools Interoperability Framework protocol.
zone (IZone)
The zone to which the SIF_Request message was sent.

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