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

EndCreateLaunchConfiguration() public method

Finishes the asynchronous execution of the CreateLaunchConfiguration operation.
public EndCreateLaunchConfiguration ( IAsyncResult asyncResult ) : CreateLaunchConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateLaunchConfiguration.
return CreateLaunchConfigurationResponse
        public  CreateLaunchConfigurationResponse EndCreateLaunchConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateLaunchConfigurationResponse>(asyncResult);
        }
AmazonAutoScalingClient