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);
        }