Edit

Share via


TestPlanHttpClientBase.GetCloneInformationAsync Method

Definition

Overloads

GetCloneInformationAsync(String, Int32, Object, CancellationToken)

[Preview API] Get clone information.

GetCloneInformationAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Get clone information.

GetCloneInformationAsync(String, Int32, Object, CancellationToken)

[Preview API] Get clone information.

public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.CloneTestPlanOperationInformation> GetCloneInformationAsync (string project, int cloneOperationId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetCloneInformationAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.CloneTestPlanOperationInformation>
override this.GetCloneInformationAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.CloneTestPlanOperationInformation>

Parameters

project
String

Project ID or project name

cloneOperationId
Int32

Operation ID returned when we queue a clone operation

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

GetCloneInformationAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Get clone information.

public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.CloneTestPlanOperationInformation> GetCloneInformationAsync (Guid project, int cloneOperationId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetCloneInformationAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.CloneTestPlanOperationInformation>
override this.GetCloneInformationAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.CloneTestPlanOperationInformation>

Parameters

project
Guid

Project ID

cloneOperationId
Int32

Operation ID returned when we queue a clone operation

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to