C# Class Brunet.Transport.EdgeCreationWrapper

Provides a wrapper for the creation of new Edges via ECB and EdgeEvent.
显示文件 Open project: pstjuste/brunet Class Usage Examples

Public Properties

Property Type Description
ExternalECB EdgeListener.EdgeCreationCallback
Parent WrapperEdgeListener
TA TransportAddress

Protected Properties

Property Type Description
_called int
_edge Edge
_exception System.Exception
_success bool

Public Methods

Method Description
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 ) : System

Method Details

Callback() public method

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

CreationCallback() public method

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

EdgeCreationWrapper() public method

public EdgeCreationWrapper ( TransportAddress ta, EdgeListener ecb, Edge edge, WrapperEdgeListener parent ) : System
ta TransportAddress
ecb EdgeListener
edge Edge
parent WrapperEdgeListener
return System

Property Details

ExternalECB public_oe property

public EdgeListener.EdgeCreationCallback ExternalECB
return EdgeListener.EdgeCreationCallback

Parent public_oe property

public WrapperEdgeListener,Brunet.Transport Parent
return WrapperEdgeListener

TA public_oe property

public TransportAddress,Brunet.Transport TA
return TransportAddress

_called protected_oe property

protected int _called
return int

_edge protected_oe property

protected Edge _edge
return Edge

_exception protected_oe property

protected Exception,System _exception
return System.Exception

_success protected_oe property

protected bool _success
return bool