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

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

Initiates the asynchronous execution of the CreateHsmConfiguration operation.
public CreateHsmConfigurationAsync ( CreateHsmConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Redshift.Model.CreateHsmConfigurationRequest Container for the necessary parameters to execute the CreateHsmConfiguration operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<CreateHsmConfigurationResponse> CreateHsmConfigurationAsync(CreateHsmConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateHsmConfigurationRequestMarshaller();
            var unmarshaller = CreateHsmConfigurationResponseUnmarshaller.Instance;

            return InvokeAsync<CreateHsmConfigurationRequest,CreateHsmConfigurationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRedshiftClient