Universal.Torrent.Client.MainLoop.DelegateTask.DelegateTask C# (CSharp) Method

DelegateTask() public method

public DelegateTask ( ) : System
return System
            public DelegateTask()
            {
                WaitHandle = new ManualResetEvent(false);
            }