Class ShareLimits.Ratio
Provides constants for ratio
parameter of SetShareLimitsAsync(IEnumerable<String>, Double, TimeSpan, CancellationToken) method.
Inheritance
System.Object
ShareLimits.Ratio
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QBittorrent.Client
Assembly: QBittorrent.Client.dll
Syntax
public static class Ratio
Fields
| Improve this Doc View SourceGlobal
Set global limit.
Declaration
public const double Global = -2
Field Value
Type | Description |
---|---|
System.Double |
Unlimited
Set no limit.
Declaration
public const double Unlimited = -1
Field Value
Type | Description |
---|---|
System.Double |