Amazon.CodeCommit.AmazonCodeCommitClient.EndListBranches C# (CSharp) 메소드

EndListBranches() 공개 메소드

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.
리턴 Amazon.CodeCommit.Model.ListBranchesResponse
        public  ListBranchesResponse EndListBranches(IAsyncResult asyncResult)
        {
            return EndInvoke<ListBranchesResponse>(asyncResult);
        }