Amazon.Redshift.AmazonRedshiftClient.EndDeleteHsmConfiguration C# (CSharp) Метод

EndDeleteHsmConfiguration() публичный Метод

Finishes the asynchronous execution of the DeleteHsmConfiguration operation.
public EndDeleteHsmConfiguration ( IAsyncResult asyncResult ) : DeleteHsmConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteHsmConfiguration.
Результат DeleteHsmConfigurationResponse
        public  DeleteHsmConfigurationResponse EndDeleteHsmConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteHsmConfigurationResponse>(asyncResult);
        }
AmazonRedshiftClient