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

EndCreateBranch() 공개 메소드

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