C# 클래스 Universal.Torrent.Dht.Tasks.GetPeersTask

상속: Task
파일 보기 프로젝트 열기: haroldma/Universal.Torrent 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetPeersCompleted void
SendGetPeers void

공개 메소드들

메소드 설명
Execute ( ) : void
GetPeersTask ( DhtEngine engine, InfoHash infohash ) : System.Collections.Generic
GetPeersTask ( DhtEngine engine, NodeId infohash ) : System.Collections.Generic

보호된 메소드들

메소드 설명
RaiseComplete ( TaskCompleteEventArgs e ) : void

비공개 메소드들

메소드 설명
GetPeersCompleted ( object o, TaskCompleteEventArgs e ) : void
SendGetPeers ( Node n ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

GetPeersTask() 공개 메소드

public GetPeersTask ( DhtEngine engine, InfoHash infohash ) : System.Collections.Generic
engine DhtEngine
infohash InfoHash
리턴 System.Collections.Generic

GetPeersTask() 공개 메소드

public GetPeersTask ( DhtEngine engine, NodeId infohash ) : System.Collections.Generic
engine DhtEngine
infohash NodeId
리턴 System.Collections.Generic

RaiseComplete() 보호된 메소드

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