共用方式為


GitHttpClientBase.CreatePullRequestReviewerAsync 方法 (IdentityRefWithVote, String, Guid, Int32, String, Object, CancellationToken)

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

語法

'宣告
Public Overridable Function CreatePullRequestReviewerAsync ( _
    reviewer As IdentityRefWithVote, _
    project As String, _
    repositoryId As Guid, _
    pullRequestId As Integer, _
    reviewerId As String, _
    userState As Object, _
    cancellationToken As CancellationToken _
) As Task(Of IdentityRefWithVote)
public virtual Task<IdentityRefWithVote> CreatePullRequestReviewerAsync(
    IdentityRefWithVote reviewer,
    string project,
    Guid repositoryId,
    int pullRequestId,
    string reviewerId,
    Object userState,
    CancellationToken cancellationToken
)

參數

傳回值

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

.NET Framework 安全性

請參閱

參考

GitHttpClientBase 類別

CreatePullRequestReviewerAsync 多載

Microsoft.TeamFoundation.SourceControl.WebApi 命名空間