Show / Hide Table of Contents

Class PeerAddResult

Represents the result of AddTorrentPeersAsync(IEnumerable<String>, IEnumerable<String>, CancellationToken) operation.

Inheritance
System.Object
PeerAddResult
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 class PeerAddResult

Properties

| Improve this Doc View Source

Added

The number of added peers.

Declaration
[JsonProperty("added")]
public int Added { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Failed

The number of peers that cannot be added.

Declaration
[JsonProperty("failed")]
public int Failed { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018 Pavel Fedarovich