IPeekResultQuery Interface

Definition

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.

Applies to