共用方式為


GitHttpClientBase.CreatePullRequestReviewersAsync 方法 (array<IdentityRef[], Guid, Guid, Int32, Object, CancellationToken)

命名空間:  Microsoft.TeamFoundation.SourceControl.WebApi
組件:  Microsoft.TeamFoundation.SourceControl.WebApi (在 Microsoft.TeamFoundation.SourceControl.WebApi.dll 中)

語法

'宣告
Public Overridable Function CreatePullRequestReviewersAsync ( _
    reviewers As IdentityRef(), _
    project As Guid, _
    repositoryId As Guid, _
    pullRequestId As Integer, _
    userState As Object, _
    cancellationToken As CancellationToken _
) As Task(Of List(Of IdentityRefWithVote))
public virtual Task<List<IdentityRefWithVote>> CreatePullRequestReviewersAsync(
    IdentityRef[] reviewers,
    Guid project,
    Guid repositoryId,
    int pullRequestId,
    Object userState,
    CancellationToken cancellationToken
)

參數

傳回值

類型:System.Threading.Tasks.Task<List<IdentityRefWithVote>>

.NET Framework 安全性

請參閱

參考

GitHttpClientBase 類別

CreatePullRequestReviewersAsync 多載

Microsoft.TeamFoundation.SourceControl.WebApi 命名空間