Method GetDefaultGaugeAsync

GetDefaultGaugeAsync(IProfile?, CancellationToken)

Returns the default gauge for the given profile

Declaration
Task<IGauge?> GetDefaultGaugeAsync(IProfile? profile, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IProfile profile

The profile to get the default gauge for

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IGauge>

The default gauge for the given profile (or null if none is defined)

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