TestHttpClientBase.GetSuitesByTestCaseIdAsync Method
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.
C#
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestSuite>> GetSuitesByTestCaseIdAsync (int testCaseId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetSuitesByTestCaseIdAsync : int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestSuite>>
override this.GetSuitesByTestCaseIdAsync : int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestSuite>>
- testCaseId
- Int32
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Ürün | Sürümler |
---|---|
Azure DevOps Services .NET SDK | latest |