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

EndCreateBranch() public method

Finishes the asynchronous execution of the CreateBranch operation.
public EndCreateBranch ( IAsyncResult asyncResult ) : CreateBranchResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateBranch.
return CreateBranchResponse
        public  CreateBranchResponse EndCreateBranch(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateBranchResponse>(asyncResult);
        }