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 SourceAdded
The number of added peers.
Declaration
[JsonProperty("added")]
public int Added { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Failed
The number of peers that cannot be added.
Declaration
[JsonProperty("failed")]
public int Failed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |