Interface IProfileFactory
Contains methods for obtaining profiles
Namespace: TSD.API.Remoting.Decking
Assembly: TSD.API.Remoting.dll
Syntax
public interface IProfileFactory
Methods
| Name | Description |
|---|---|
| GetDefaultProfileAsync(Country, CancellationToken) | Returns the default profile for the given country |
| GetProfilesAsync(Country, CancellationToken) | Returns a collection of profiles compatible with the given country |