Method ExecuteAsync
ExecuteAsync(CancellationToken)
Executes the built query by calling the metadata repository.
Declaration
public Task<MatchCollection> ExecuteAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken | The cancellation token |
Returns
| Type | Description |
|---|---|
| Task<MatchCollection> | The list of Match |