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