Show / Hide Table of Contents

Class ShareLimits.SeedingTime

Provides constants for seedingTime parameter of SetShareLimitsAsync(IEnumerable<String>, Double, TimeSpan, CancellationToken) method.

Inheritance
System.Object
ShareLimits.SeedingTime
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 SeedingTime

Fields

| Improve this Doc View Source

Global

Set global limit.

Declaration
public static readonly TimeSpan Global
Field Value
Type Description
System.TimeSpan
| Improve this Doc View Source

Unlimited

Set no limit.

Declaration
public static readonly TimeSpan Unlimited
Field Value
Type Description
System.TimeSpan
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018 Pavel Fedarovich