OctoTorrent.Client.Tracker.TrackerConnectionID.TrackerConnectionID C# (CSharp) Method

TrackerConnectionID() public method

public TrackerConnectionID ( Tracker tracker, bool trySubsequent, TorrentEvent torrentEvent, ManualResetEvent waitHandle ) : System.Net
tracker Tracker
trySubsequent bool
torrentEvent TorrentEvent
waitHandle System.Threading.ManualResetEvent
return System.Net
        public TrackerConnectionID(Tracker tracker, bool trySubsequent, TorrentEvent torrentEvent, ManualResetEvent waitHandle)
        {
            this.tracker = tracker;
            this.trySubsequent = trySubsequent;
            this.torrentEvent = torrentEvent;
            this.waitHandle = waitHandle;
        }
TrackerConnectionID