C# Class JB.Tfs.Common.QueryExtensions

Extension Methods for T:Microsoft.TeamFoundation.WorkItemTracking.Client.Query
Mostrar archivo Open project: jbattermann/JB.Tfs.Common

Public Methods

Method Description
RunLinkQueryAsync ( this query, CancellationToken cancellationToken = newCancellationToken() ) : Task

Runs the link query asynchronously.

RunQueryAsync ( this query, CancellationToken cancellationToken = newCancellationToken() ) : Task

Runs the query asynchronously.

RunQueryCountAsync ( this query, CancellationToken cancellationToken = newCancellationToken() ) : Task

Runs the count query asynchronously.

Method Details

RunLinkQueryAsync() public static method

Runs the link query asynchronously.
public static RunLinkQueryAsync ( this query, CancellationToken cancellationToken = newCancellationToken() ) : Task
query this The to execute.
cancellationToken System.Threading.CancellationToken The cancellation token.
return Task

RunQueryAsync() public static method

Runs the query asynchronously.
public static RunQueryAsync ( this query, CancellationToken cancellationToken = newCancellationToken() ) : Task
query this The to execute.
cancellationToken System.Threading.CancellationToken The cancellation token.
return Task

RunQueryCountAsync() public static method

Runs the count query asynchronously.
public static RunQueryCountAsync ( this query, CancellationToken cancellationToken = newCancellationToken() ) : Task
query this The to execute.
cancellationToken System.Threading.CancellationToken The cancellation token.
return Task