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

ExportConfigurationsAsync() public method

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

            return InvokeAsync<ExportConfigurationsRequest,ExportConfigurationsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonApplicationDiscoveryServiceClient