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

ListConfigurationsAsync() public method

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

            return InvokeAsync<ListConfigurationsRequest,ListConfigurationsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonApplicationDiscoveryServiceClient