Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.EndApplyEnvironmentManagedAction C# (CSharp) Méthode

EndApplyEnvironmentManagedAction() public méthode

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