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