GitCompatHttpClientBase.GetPullRequestConflictsAsync 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
GetPullRequestConflictsAsync(Guid, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>> GetPullRequestConflictsAsync(Guid repositoryId, int pullRequestId, Nullable<int> skip = null, Nullable<int> top = null, Nullable<bool> includeObsolete = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetPullRequestConflictsAsync : Guid * int * Nullable<int> * Nullable<int> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
override this.GetPullRequestConflictsAsync : Guid * int * Nullable<int> * Nullable<int> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
Parameters
- repositoryId
- Guid
- pullRequestId
- Int32
- userState
- Object
- cancellationToken
- CancellationToken
Returns
Applies to
GetPullRequestConflictsAsync(String, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>> GetPullRequestConflictsAsync(string repositoryId, int pullRequestId, Nullable<int> skip = null, Nullable<int> top = null, Nullable<bool> includeObsolete = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetPullRequestConflictsAsync : string * int * Nullable<int> * Nullable<int> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
override this.GetPullRequestConflictsAsync : string * int * Nullable<int> * Nullable<int> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
Parameters
- repositoryId
- String
- pullRequestId
- Int32
- userState
- Object
- cancellationToken
- CancellationToken
Returns
Applies to
GetPullRequestConflictsAsync(Guid, Guid, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>> GetPullRequestConflictsAsync(Guid project, Guid repositoryId, int pullRequestId, Nullable<int> skip = null, Nullable<int> top = null, Nullable<bool> includeObsolete = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetPullRequestConflictsAsync : Guid * Guid * int * Nullable<int> * Nullable<int> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
override this.GetPullRequestConflictsAsync : Guid * Guid * int * Nullable<int> * Nullable<int> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
Parameters
- project
- Guid
- repositoryId
- Guid
- pullRequestId
- Int32
- userState
- Object
- cancellationToken
- CancellationToken
Returns
Applies to
GetPullRequestConflictsAsync(Guid, String, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>> GetPullRequestConflictsAsync(Guid project, string repositoryId, int pullRequestId, Nullable<int> skip = null, Nullable<int> top = null, Nullable<bool> includeObsolete = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetPullRequestConflictsAsync : Guid * string * int * Nullable<int> * Nullable<int> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
override this.GetPullRequestConflictsAsync : Guid * string * int * Nullable<int> * Nullable<int> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
Parameters
- project
- Guid
- repositoryId
- String
- pullRequestId
- Int32
- userState
- Object
- cancellationToken
- CancellationToken
Returns
Applies to
GetPullRequestConflictsAsync(String, Guid, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>> GetPullRequestConflictsAsync(string project, Guid repositoryId, int pullRequestId, Nullable<int> skip = null, Nullable<int> top = null, Nullable<bool> includeObsolete = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetPullRequestConflictsAsync : string * Guid * int * Nullable<int> * Nullable<int> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
override this.GetPullRequestConflictsAsync : string * Guid * int * Nullable<int> * Nullable<int> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
Parameters
- project
- String
- repositoryId
- Guid
- pullRequestId
- Int32
- userState
- Object
- cancellationToken
- CancellationToken
Returns
Applies to
GetPullRequestConflictsAsync(String, String, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>> GetPullRequestConflictsAsync(string project, string repositoryId, int pullRequestId, Nullable<int> skip = null, Nullable<int> top = null, Nullable<bool> includeObsolete = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetPullRequestConflictsAsync : string * string * int * Nullable<int> * Nullable<int> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
override this.GetPullRequestConflictsAsync : string * string * int * Nullable<int> * Nullable<int> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
Parameters
- project
- String
- repositoryId
- String
- pullRequestId
- Int32
- userState
- Object
- cancellationToken
- CancellationToken