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

EndCreateComputeEnvironment() public method

Finishes the asynchronous execution of the CreateComputeEnvironment operation.
public EndCreateComputeEnvironment ( IAsyncResult asyncResult ) : CreateComputeEnvironmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateComputeEnvironment.
return Amazon.Batch.Model.CreateComputeEnvironmentResponse
        public  CreateComputeEnvironmentResponse EndCreateComputeEnvironment(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateComputeEnvironmentResponse>(asyncResult);
        }