Amazon.AutoScaling.AmazonAutoScalingClient.EndDeleteLaunchConfiguration C# (CSharp) Method

EndDeleteLaunchConfiguration() public method

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