OctoTorrent.Client.InactivePeerManager.InactivePeerManager C# (CSharp) Method

InactivePeerManager() public method

Creates a new inactive peer manager for a torrent manager
public InactivePeerManager ( TorrentManager torrentManager ) : System
torrentManager TorrentManager The torrent manager this choke/unchoke manager belongs to
return System
        public InactivePeerManager(TorrentManager torrentManager)
        {
            _owningTorrent = torrentManager;
        }