Edit

Share via


GitCompatHttpClientBase.GetPullRequestConflictsAsync Method

Definition

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
skip
Nullable<Int32>
includeObsolete
Nullable<Boolean>
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
skip
Nullable<Int32>
includeObsolete
Nullable<Boolean>
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
skip
Nullable<Int32>
includeObsolete
Nullable<Boolean>
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
skip
Nullable<Int32>
includeObsolete
Nullable<Boolean>
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
skip
Nullable<Int32>
includeObsolete
Nullable<Boolean>
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
skip
Nullable<Int32>
includeObsolete
Nullable<Boolean>
userState
Object
cancellationToken
CancellationToken

Returns

Applies to