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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next