Amazon.Redshift.AmazonRedshiftClient.EndDeleteHsmConfiguration C# (CSharp) Method

EndDeleteHsmConfiguration() public method

Finishes the asynchronous execution of the DeleteHsmConfiguration operation.
public EndDeleteHsmConfiguration ( IAsyncResult asyncResult ) : DeleteHsmConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteHsmConfiguration.
return DeleteHsmConfigurationResponse
        public  DeleteHsmConfigurationResponse EndDeleteHsmConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteHsmConfigurationResponse>(asyncResult);
        }
AmazonRedshiftClient