IFindPeekResultsCallback Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a callback object provided to IPeekResultSources to report the state of result querying.
public interface class IFindPeekResultsCallback
public interface class IFindPeekResultsCallback
__interface IFindPeekResultsCallback
public interface IFindPeekResultsCallback
type IFindPeekResultsCallback = interface
Public Interface IFindPeekResultsCallback
Methods
ReportFailure(Exception) |
Reports a failure of query processing. |
ReportProgress(Int32) |
Reports the progress of query processing. |