C# Class Universal.Torrent.Dht.Tasks.InitialiseTask

Inheritance: Task
Datei anzeigen Open project: haroldma/Universal.Torrent Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
InitialiseTask ( DhtEngine engine ) : System.Collections.Generic
InitialiseTask ( DhtEngine engine, IEnumerable nodes ) : System.Collections.Generic
InitialiseTask ( DhtEngine engine, byte initialNodes ) : System.Collections.Generic

Protected Methods

Method Description
RaiseComplete ( TaskCompleteEventArgs e ) : void

Private Methods

Method Description
FindNodeComplete ( object sender, TaskCompleteEventArgs e ) : void
Initialise ( DhtEngine engine, IEnumerable nodes ) : void
SendFindNode ( IEnumerable newNodes ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

InitialiseTask() public method

public InitialiseTask ( DhtEngine engine ) : System.Collections.Generic
engine DhtEngine
return System.Collections.Generic

InitialiseTask() public method

public InitialiseTask ( DhtEngine engine, IEnumerable nodes ) : System.Collections.Generic
engine DhtEngine
nodes IEnumerable
return System.Collections.Generic

InitialiseTask() public method

public InitialiseTask ( DhtEngine engine, byte initialNodes ) : System.Collections.Generic
engine DhtEngine
initialNodes byte
return System.Collections.Generic

RaiseComplete() protected method

protected RaiseComplete ( TaskCompleteEventArgs e ) : void
e Universal.Torrent.Dht.EventArgs.TaskCompleteEventArgs
return void