Show / Hide Table of Contents

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 Source

Global

Set global limit.

Declaration
public const double Global = -2
Field Value
Type Description
System.Double
| Improve this Doc View Source

Unlimited

Set no limit.

Declaration
public const double Unlimited = -1
Field Value
Type Description
System.Double
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018 Pavel Fedarovich