Compartir a través de


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

Name Description
Results

An observable collection of IPeekResults for the given query.

Methods

Name Description
Cancel()

Cancels the query.

Start()

Starts the query.

Events

Name Description
Completed

Raised when the query is successfully completed.

Failed

Raised when the query failed.

ProgressChanged

Raised when the query progress has changed.

Applies to