[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.
| C# | Visual Basic | Visual C++ |
void OnQueryPending( IMessageInfo info, IZone zone )
Sub OnQueryPending ( _ info As IMessageInfo, _ zone As IZone _ )
void OnQueryPending ( IMessageInfo^ info, IZone^ zone )
- 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.