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