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

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