IPeekResultQuery 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 an asynchronous query for IPeekResults.
public interface class IPeekResultQuery
public interface class IPeekResultQuery
__interface IPeekResultQuery
public interface IPeekResultQuery
type IPeekResultQuery = interface
Public Interface IPeekResultQuery
Properties
Results |
An observable collection of IPeekResults for the given query. |
Methods
Cancel() |
Cancels the query. |
Start() |
Starts the query. |
Events
Completed |
Raised when the query is successfully completed. |
Failed |
Raised when the query failed. |
ProgressChanged |
Raised when the query progress has changed. |