Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceClient.DescribeConfigurationsAsync C# (CSharp) Method

DescribeConfigurationsAsync() public method

Initiates the asynchronous execution of the DescribeConfigurations operation.
public DescribeConfigurationsAsync ( DescribeConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.DescribeConfigurationsRequest Container for the necessary parameters to execute the DescribeConfigurations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeConfigurationsResponse> DescribeConfigurationsAsync(DescribeConfigurationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeConfigurationsRequestMarshaller();
            var unmarshaller = DescribeConfigurationsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeConfigurationsRequest,DescribeConfigurationsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonApplicationDiscoveryServiceClient