Method GetSettingsAsync
GetSettingsAsync(CancellationToken)
Returns the settings specific to this model
Declaration
Task<IModelSettings> GetSettingsAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IModelSettings> | Settings specific to this model |