Amazon.Batch.AmazonBatchClient.EndDeleteComputeEnvironment C# (CSharp) Метод

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

Finishes the asynchronous execution of the DeleteComputeEnvironment operation.
public EndDeleteComputeEnvironment ( IAsyncResult asyncResult ) : DeleteComputeEnvironmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteComputeEnvironment.
Результат DeleteComputeEnvironmentResponse
        public  DeleteComputeEnvironmentResponse EndDeleteComputeEnvironment(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteComputeEnvironmentResponse>(asyncResult);
        }