C# 클래스 Brunet.Security.Transport.EdgeCreationWrapper

Provides a wrapper for the creation of new Edges via ECB and EdgeEvent.
파일 보기 프로젝트 열기: johnynek/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExternalECB EdgeListener.EdgeCreationCallback
Parent WrapperEdgeListener
TA TransportAddress

보호된 프로퍼티들

프로퍼티 타입 설명
_called int
_edge Edge
_exception System.Exception
_success bool

공개 메소드들

메소드 설명
Callback ( bool success, Edge e, Exception x ) : void
CreationCallback ( bool success, Edge e, Exception x ) : void
EdgeCreationWrapper ( TransportAddress ta, EdgeListener ecb, Edge edge, WrapperEdgeListener parent ) : Brunet

메소드 상세

Callback() 공개 메소드

public Callback ( bool success, Edge e, Exception x ) : void
success bool
e Edge
x System.Exception
리턴 void

CreationCallback() 공개 메소드

public CreationCallback ( bool success, Edge e, Exception x ) : void
success bool
e Edge
x System.Exception
리턴 void

EdgeCreationWrapper() 공개 메소드

public EdgeCreationWrapper ( TransportAddress ta, EdgeListener ecb, Edge edge, WrapperEdgeListener parent ) : Brunet
ta TransportAddress
ecb EdgeListener
edge Edge
parent WrapperEdgeListener
리턴 Brunet

프로퍼티 상세

ExternalECB 공개적으로 프로퍼티

public EdgeListener.EdgeCreationCallback ExternalECB
리턴 EdgeListener.EdgeCreationCallback

Parent 공개적으로 프로퍼티

public WrapperEdgeListener Parent
리턴 WrapperEdgeListener

TA 공개적으로 프로퍼티

public TransportAddress TA
리턴 TransportAddress

_called 보호되어 있는 프로퍼티

protected int _called
리턴 int

_edge 보호되어 있는 프로퍼티

protected Edge _edge
리턴 Edge

_exception 보호되어 있는 프로퍼티

protected Exception,System _exception
리턴 System.Exception

_success 보호되어 있는 프로퍼티

protected bool _success
리턴 bool