GitHttpClientBase.DeletePullRequestIterationStatusAsync 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
| Name | Description |
|---|---|
| DeletePullRequestIterationStatusAsync(String, String, Int32, Int32, Int32, Object, CancellationToken) |
[Preview API] Delete pull request iteration status. |
| DeletePullRequestIterationStatusAsync(Guid, String, Int32, Int32, Int32, Object, CancellationToken) |
[Preview API] Delete pull request iteration status. |
| DeletePullRequestIterationStatusAsync(String, Guid, Int32, Int32, Int32, Object, CancellationToken) |
[Preview API] Delete pull request iteration status. |
| DeletePullRequestIterationStatusAsync(String, Int32, Int32, Int32, Object, CancellationToken) |
[Preview API] Delete pull request iteration status. |
| DeletePullRequestIterationStatusAsync(Guid, Int32, Int32, Int32, Object, CancellationToken) |
[Preview API] Delete pull request iteration status. |
| DeletePullRequestIterationStatusAsync(Guid, Guid, Int32, Int32, Int32, Object, CancellationToken) |
[Preview API] Delete pull request iteration status. |
DeletePullRequestIterationStatusAsync(String, String, Int32, Int32, Int32, Object, CancellationToken)
[Preview API] Delete pull request iteration status.
public virtual System.Threading.Tasks.Task DeletePullRequestIterationStatusAsync(string project, string repositoryId, int pullRequestId, int iterationId, int statusId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeletePullRequestIterationStatusAsync : string * string * int * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeletePullRequestIterationStatusAsync : string * string * int * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- project
- String
Project ID or project name
- repositoryId
- String
The repository ID of the pull request’s target branch.
- pullRequestId
- Int32
ID of the pull request.
- iterationId
- Int32
ID of the pull request iteration.
- statusId
- Int32
ID of the pull request status.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
DeletePullRequestIterationStatusAsync(Guid, String, Int32, Int32, Int32, Object, CancellationToken)
[Preview API] Delete pull request iteration status.
public virtual System.Threading.Tasks.Task DeletePullRequestIterationStatusAsync(Guid project, string repositoryId, int pullRequestId, int iterationId, int statusId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeletePullRequestIterationStatusAsync : Guid * string * int * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeletePullRequestIterationStatusAsync : Guid * string * int * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- project
- Guid
Project ID
- repositoryId
- String
The repository ID of the pull request’s target branch.
- pullRequestId
- Int32
ID of the pull request.
- iterationId
- Int32
ID of the pull request iteration.
- statusId
- Int32
ID of the pull request status.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
DeletePullRequestIterationStatusAsync(String, Guid, Int32, Int32, Int32, Object, CancellationToken)
[Preview API] Delete pull request iteration status.
public virtual System.Threading.Tasks.Task DeletePullRequestIterationStatusAsync(string project, Guid repositoryId, int pullRequestId, int iterationId, int statusId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeletePullRequestIterationStatusAsync : string * Guid * int * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeletePullRequestIterationStatusAsync : string * Guid * int * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- project
- String
Project ID or project name
- repositoryId
- Guid
The repository ID of the pull request’s target branch.
- pullRequestId
- Int32
ID of the pull request.
- iterationId
- Int32
ID of the pull request iteration.
- statusId
- Int32
ID of the pull request status.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
DeletePullRequestIterationStatusAsync(String, Int32, Int32, Int32, Object, CancellationToken)
[Preview API] Delete pull request iteration status.
public virtual System.Threading.Tasks.Task DeletePullRequestIterationStatusAsync(string repositoryId, int pullRequestId, int iterationId, int statusId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeletePullRequestIterationStatusAsync : string * int * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeletePullRequestIterationStatusAsync : string * int * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- repositoryId
- String
The repository ID of the pull request’s target branch.
- pullRequestId
- Int32
ID of the pull request.
- iterationId
- Int32
ID of the pull request iteration.
- statusId
- Int32
ID of the pull request status.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
DeletePullRequestIterationStatusAsync(Guid, Int32, Int32, Int32, Object, CancellationToken)
[Preview API] Delete pull request iteration status.
public virtual System.Threading.Tasks.Task DeletePullRequestIterationStatusAsync(Guid repositoryId, int pullRequestId, int iterationId, int statusId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeletePullRequestIterationStatusAsync : Guid * int * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeletePullRequestIterationStatusAsync : Guid * int * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- repositoryId
- Guid
The repository ID of the pull request’s target branch.
- pullRequestId
- Int32
ID of the pull request.
- iterationId
- Int32
ID of the pull request iteration.
- statusId
- Int32
ID of the pull request status.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
DeletePullRequestIterationStatusAsync(Guid, Guid, Int32, Int32, Int32, Object, CancellationToken)
[Preview API] Delete pull request iteration status.
public virtual System.Threading.Tasks.Task DeletePullRequestIterationStatusAsync(Guid project, Guid repositoryId, int pullRequestId, int iterationId, int statusId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeletePullRequestIterationStatusAsync : Guid * Guid * int * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeletePullRequestIterationStatusAsync : Guid * Guid * int * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- project
- Guid
Project ID
- repositoryId
- Guid
The repository ID of the pull request’s target branch.
- pullRequestId
- Int32
ID of the pull request.
- iterationId
- Int32
ID of the pull request iteration.
- statusId
- Int32
ID of the pull request status.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.