Amazon.DataPipeline.AmazonDataPipelineClient.QueryObjectsAsync C# (CSharp) Method

QueryObjectsAsync() public method

Initiates the asynchronous execution of the QueryObjects operation.
public QueryObjectsAsync ( QueryObjectsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DataPipeline.Model.QueryObjectsRequest Container for the necessary parameters to execute the QueryObjects operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<QueryObjectsResponse> QueryObjectsAsync(QueryObjectsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new QueryObjectsRequestMarshaller();
            var unmarshaller = QueryObjectsResponseUnmarshaller.Instance;

            return InvokeAsync<QueryObjectsRequest,QueryObjectsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }