Amazon.Batch.AmazonBatchClient.EndDeleteComputeEnvironment C# (CSharp) Method

EndDeleteComputeEnvironment() public method

Finishes the asynchronous execution of the DeleteComputeEnvironment operation.
public EndDeleteComputeEnvironment ( IAsyncResult asyncResult ) : DeleteComputeEnvironmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteComputeEnvironment.
return DeleteComputeEnvironmentResponse
        public  DeleteComputeEnvironmentResponse EndDeleteComputeEnvironment(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteComputeEnvironmentResponse>(asyncResult);
        }