C# 클래스 Brunet.Connections.Linker.EdgeWorker

상속: Brunet.Concurrent.TaskWorker
파일 보기 프로젝트 열기: pstjuste/brunet

보호된 프로퍼티들

프로퍼티 타입 설명
_n Node
_result Brunet.Concurrent.WriteOnce
_ta Brunet.Transport.TransportAddress

공개 메소드들

메소드 설명
EdgeWorker ( Node n, TransportAddress ta ) : NUnit.Framework
Start ( ) : void

보호된 메소드들

메소드 설명
HandleEdge ( bool success, Edge e, Exception x ) : void

메소드 상세

EdgeWorker() 공개 메소드

public EdgeWorker ( Node n, TransportAddress ta ) : NUnit.Framework
n Node
ta Brunet.Transport.TransportAddress
리턴 NUnit.Framework

HandleEdge() 보호된 메소드

protected HandleEdge ( bool success, Edge e, Exception x ) : void
success bool
e Edge
x System.Exception
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

_n 보호되어 있는 프로퍼티

protected Node _n
리턴 Node

_result 보호되어 있는 프로퍼티

protected WriteOnce,Brunet.Concurrent _result
리턴 Brunet.Concurrent.WriteOnce

_ta 보호되어 있는 프로퍼티

protected TransportAddress,Brunet.Transport _ta
리턴 Brunet.Transport.TransportAddress