Amazon.CodeCommit.AmazonCodeCommitClient.EndGetCommit C# (CSharp) Method

EndGetCommit() public method

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