IFindPeekResultsCallback Interface

Definition

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.

Applies to