Amazon.Redshift.AmazonRedshiftClient.EndCreateHsmConfiguration C# (CSharp) Méthode

EndCreateHsmConfiguration() public méthode

Finishes the asynchronous execution of the CreateHsmConfiguration operation.
public EndCreateHsmConfiguration ( IAsyncResult asyncResult ) : CreateHsmConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateHsmConfiguration.
Résultat CreateHsmConfigurationResponse
        public  CreateHsmConfigurationResponse EndCreateHsmConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateHsmConfigurationResponse>(asyncResult);
        }
AmazonRedshiftClient