TestPlanHttpClientBase.GetSuiteCloneInformationAsync Method
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.
Overloads
| GetSuiteCloneInformationAsync(String, Int32, Object, CancellationToken) |
[Preview API] Get clone information. |
| GetSuiteCloneInformationAsync(Guid, Int32, Object, CancellationToken) |
[Preview API] Get clone information. |
GetSuiteCloneInformationAsync(String, Int32, Object, CancellationToken)
[Preview API] Get clone information.
public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.CloneTestSuiteOperationInformation> GetSuiteCloneInformationAsync(string project, int cloneOperationId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetSuiteCloneInformationAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.CloneTestSuiteOperationInformation>
override this.GetSuiteCloneInformationAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.CloneTestSuiteOperationInformation>
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
GetSuiteCloneInformationAsync(Guid, Int32, Object, CancellationToken)
[Preview API] Get clone information.
public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.CloneTestSuiteOperationInformation> GetSuiteCloneInformationAsync(Guid project, int cloneOperationId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetSuiteCloneInformationAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.CloneTestSuiteOperationInformation>
override this.GetSuiteCloneInformationAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.CloneTestSuiteOperationInformation>
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.