BuildMaster SDK Reference
Version:

ExecuteQueryAsync(string query, System.Threading.CancellationToken cancellationToken) Method

Runs the specified query against the database.

Syntax

public abstract System.Threading.Tasks.Task ExecuteQueryAsync(string query, System.Threading.CancellationToken cancellationToken)

Parameters

query
Type: string

The query to execute.

cancellationToken
Type: System.Threading.CancellationToken

Task cancellation token.