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

EndListBranches() public method

Finishes the asynchronous execution of the ListBranches operation.
public EndListBranches ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.ListBranchesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListBranches.
return Amazon.CodeCommit.Model.ListBranchesResponse
        public  ListBranchesResponse EndListBranches(IAsyncResult asyncResult)
        {
            return EndInvoke<ListBranchesResponse>(asyncResult);
        }