Interface IGaugeFactory
Contains methods for obtaining gauges
Namespace: TSD.API.Remoting.Decking
Assembly: TSD.API.Remoting.dll
Syntax
public interface IGaugeFactory
Methods
| Name | Description |
|---|---|
| GetDefaultGaugeAsync(IProfile?, CancellationToken) | Returns the default gauge for the given profile |
| GetGaugesAsync(IProfile?, CancellationToken) | Returns a collection of gauges compatible with the given profile |