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

PausedMode() public method

public PausedMode ( TorrentManager manager ) : Common
manager TorrentManager
return Common
        public PausedMode(TorrentManager manager)
            : base(manager)
        {
            // When in the Paused mode, a special RateLimiter will
            // activate and disable transfers. PauseMode itself
            // does not need to do anything special.
        }