Method GetProfilesAsync
GetProfilesAsync(Country, CancellationToken)
Returns a collection of profiles compatible with the given country
Declaration
Task<IEnumerable<IProfile>> GetProfilesAsync(Country country, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| Country | country | The country to get profiles for |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<IProfile>> | A collection of profiles compatible with the given country |