Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.EndApplyEnvironmentManagedAction C# (CSharp) 메소드

EndApplyEnvironmentManagedAction() 공개 메소드

Finishes the asynchronous execution of the ApplyEnvironmentManagedAction operation.
public EndApplyEnvironmentManagedAction ( IAsyncResult asyncResult ) : ApplyEnvironmentManagedActionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginApplyEnvironmentManagedAction.
리턴 Amazon.ElasticBeanstalk.Model.ApplyEnvironmentManagedActionResponse
        public  ApplyEnvironmentManagedActionResponse EndApplyEnvironmentManagedAction(IAsyncResult asyncResult)
        {
            return EndInvoke<ApplyEnvironmentManagedActionResponse>(asyncResult);
        }
AmazonElasticBeanstalkClient