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