Method Search
| Improve this Doc View SourceSearch(SearchForm, CancellationToken)
Performs a search.
Declaration
public Task<SearchResponse> Search(SearchForm form, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| SearchForm | form | The form to send for performing a search. |
| CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
| Type | Description |
|---|---|
| Task<SearchResponse> | The task object representing the asynchronous operation. The task result contains the response after performing the search. |