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

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

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