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);
        }