GitHttpClientBase.GetPullRequestWorkItemsAsync 方法 (String, Int32, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)
命名空間: Microsoft.TeamFoundation.SourceControl.WebApi
組件: Microsoft.TeamFoundation.SourceControl.WebApi (在 Microsoft.TeamFoundation.SourceControl.WebApi.dll 中)
語法
'宣告
Public Overridable Function GetPullRequestWorkItemsAsync ( _
repositoryId As String, _
pullRequestId As Integer, _
commitsTop As Nullable(Of Integer), _
commitsSkip As Nullable(Of Integer), _
userState As Object, _
cancellationToken As CancellationToken _
) As Task(Of List(Of AssociatedWorkItem))
public virtual Task<List<AssociatedWorkItem>> GetPullRequestWorkItemsAsync(
string repositoryId,
int pullRequestId,
Nullable<int> commitsTop,
Nullable<int> commitsSkip,
Object userState,
CancellationToken cancellationToken
)
參數
- repositoryId
類型:System.String
- pullRequestId
類型:System.Int32
- commitsTop
類型:System.Nullable<Int32>
- commitsSkip
類型:System.Nullable<Int32>
- userState
類型:System.Object
- cancellationToken
類型:System.Threading.CancellationToken
傳回值
類型:System.Threading.Tasks.Task<List<AssociatedWorkItem>>
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。