Compartir a través de


IQueryDataProducer<TRequest,TResult>.SendRequestAsync Method

Definition

Send a request to the query step to process it.

public System.Threading.Tasks.Task SendRequestAsync (Microsoft.VisualStudio.ProjectSystem.Query.Execution.QueryProcessRequest<TRequest> request);
abstract member SendRequestAsync : Microsoft.VisualStudio.ProjectSystem.Query.Execution.QueryProcessRequest<'Request> -> System.Threading.Tasks.Task
Public Function SendRequestAsync (request As QueryProcessRequest(Of TRequest)) As Task

Parameters

request
QueryProcessRequest<TRequest>

The request data

Returns

Task that should finish, once the data is received.

Applies to