ResultCallback delegate
SharePoint 2013
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)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)] [SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)] public delegate void ResultCallback( XmlDocument xmlDoc )
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: