IQueryExecutionService 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.
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. |