Edit

TestHttpClientBase.DeleteTestMethodToWorkItemLinkAsync Method

Definition

Overloads

DeleteTestMethodToWorkItemLinkAsync(Guid, String, Int32, Object, CancellationToken)

[Preview API]

public virtual System.Threading.Tasks.Task<bool> DeleteTestMethodToWorkItemLinkAsync(Guid project, string testName, int workItemId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteTestMethodToWorkItemLinkAsync : Guid * string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.DeleteTestMethodToWorkItemLinkAsync : Guid * string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>

Parameters

project
Guid

Project ID

testName
String
workItemId
Int32
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

DeleteTestMethodToWorkItemLinkAsync(String, String, Int32, Object, CancellationToken)

[Preview API]

public virtual System.Threading.Tasks.Task<bool> DeleteTestMethodToWorkItemLinkAsync(string project, string testName, int workItemId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteTestMethodToWorkItemLinkAsync : string * string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.DeleteTestMethodToWorkItemLinkAsync : string * string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>

Parameters

project
String

Project ID or project name

testName
String
workItemId
Int32
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to