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

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

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