Amazon.ElastiCache.AmazonElastiCacheClient.DescribeCacheParametersAsync C# (CSharp) Method

DescribeCacheParametersAsync() public method

Initiates the asynchronous execution of the DescribeCacheParameters operation.
public DescribeCacheParametersAsync ( DescribeCacheParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeCacheParametersRequest Container for the necessary parameters to execute the DescribeCacheParameters operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeCacheParametersResponse> DescribeCacheParametersAsync(DescribeCacheParametersRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeCacheParametersRequestMarshaller();
            var unmarshaller = DescribeCacheParametersResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeCacheParametersRequest,DescribeCacheParametersResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElastiCacheClient