Amazon.ECR.AmazonECRClient.EndDeleteRepository C# (CSharp) Метод

EndDeleteRepository() публичный Метод

Finishes the asynchronous execution of the DeleteRepository operation.
public EndDeleteRepository ( IAsyncResult asyncResult ) : DeleteRepositoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteRepository.
Результат Amazon.ECR.Model.DeleteRepositoryResponse
        public  DeleteRepositoryResponse EndDeleteRepository(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteRepositoryResponse>(asyncResult);
        }
AmazonECRClient