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

EndGetBranch() public method

Finishes the asynchronous execution of the GetBranch operation.
public EndGetBranch ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.GetBranchResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBranch.
return Amazon.CodeCommit.Model.GetBranchResponse
        public  GetBranchResponse EndGetBranch(IAsyncResult asyncResult)
        {
            return EndInvoke<GetBranchResponse>(asyncResult);
        }