ResultCallback delegate

Represents the callback method to be executed when an asynchronous search query request to a federated location is completed.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

No code example is currently available or this language may not be supported.

Parameters

xmlDoc
Type: System.Xml.XmlDocument

The XML containing the set of results returned for a search query.

The XML in the xmlDoc parameter is the same format as the XML returned by the GetResults(QueryManager) method.

Show: