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

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

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