Amazon.CodeCommit.AmazonCodeCommitClient.EndGetCommit C# (CSharp) Метод

EndGetCommit() публичный Метод

Finishes the asynchronous execution of the GetCommit operation.
public EndGetCommit ( IAsyncResult asyncResult ) : GetCommitResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCommit.
Результат Amazon.CodeCommit.Model.GetCommitResponse
        public  GetCommitResponse EndGetCommit(IAsyncResult asyncResult)
        {
            return EndInvoke<GetCommitResponse>(asyncResult);
        }