C# 클래스 OctoTorrent.Client.StoppingMode

상속: OctoTorrent.Client.Mode
파일 보기 프로젝트 열기: Eskat0n/OctoTorrent 1 사용 예제들

공개 메소드들

메소드 설명
HandlePeerConnected ( PeerId id, Direction direction ) : void
StoppingMode ( TorrentManager manager ) : System.Linq
Tick ( int counter ) : void

메소드 상세

HandlePeerConnected() 공개 메소드

public HandlePeerConnected ( PeerId id, Direction direction ) : void
id PeerId
direction Direction
리턴 void

StoppingMode() 공개 메소드

public StoppingMode ( TorrentManager manager ) : System.Linq
manager TorrentManager
리턴 System.Linq

Tick() 공개 메소드

public Tick ( int counter ) : void
counter int
리턴 void