Amazon.AutoScaling.AmazonAutoScalingClient.EndDeleteLaunchConfiguration C# (CSharp) 메소드

EndDeleteLaunchConfiguration() 공개 메소드

Finishes the asynchronous execution of the DeleteLaunchConfiguration operation.
public EndDeleteLaunchConfiguration ( IAsyncResult asyncResult ) : DeleteLaunchConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteLaunchConfiguration.
리턴 DeleteLaunchConfigurationResponse
        public  DeleteLaunchConfigurationResponse EndDeleteLaunchConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteLaunchConfigurationResponse>(asyncResult);
        }
AmazonAutoScalingClient