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

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

Initiates the asynchronous execution of the DescribeHsmConfigurations operation.
public DescribeHsmConfigurationsAsync ( DescribeHsmConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeHsmConfigurationsRequest Container for the necessary parameters to execute the DescribeHsmConfigurations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeHsmConfigurationsResponse> DescribeHsmConfigurationsAsync(DescribeHsmConfigurationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeHsmConfigurationsRequestMarshaller();
            var unmarshaller = DescribeHsmConfigurationsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeHsmConfigurationsRequest,DescribeHsmConfigurationsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonRedshiftClient::DescribeHsmConfigurationsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonRedshiftClient