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

EndUpdateRepositoryName() public method

Finishes the asynchronous execution of the UpdateRepositoryName operation.
public EndUpdateRepositoryName ( IAsyncResult asyncResult ) : UpdateRepositoryNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateRepositoryName.
return UpdateRepositoryNameResponse
        public  UpdateRepositoryNameResponse EndUpdateRepositoryName(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateRepositoryNameResponse>(asyncResult);
        }