共用方式為


IQueryExecutionService Interface

Definition

Provides support to execute a query (which is exposed through the service broker.

public interface IQueryExecutionService
type IQueryExecutionService = interface
Public Interface IQueryExecutionService

Methods

ExecuteQueryAsync(String, CancellationToken)

Executes a query and returns results.

ExecuteRemoteExecutableAsync(String, CancellationToken)

Executes a remote executable and returns results.

GetServiceIdentityAsync(CancellationToken)

Gets the unique service identity.

QueryAsync(String, CancellationToken)

Starts a query and receive results asynchronously.

SubscribeQueryResultsAsync(String, IObserver<String>, CancellationToken)

Subscribes query results, and receives updates when the result is changed.

TrackQueryUpdatesAsync(String, IObserver<String>, CancellationToken)

Tracks query and receives updates when the result is changed.

Applies to