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