C# Class Brunet.Transport.EdgeCreationWrapper

Provides a wrapper for the creation of new Edges via ECB and EdgeEvent.
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Méthodes publiques

Свойство Type Description
ExternalECB EdgeListener.EdgeCreationCallback
Parent WrapperEdgeListener
TA TransportAddress

Protected Properties

Свойство Type Description
_called int
_edge Edge
_exception System.Exception
_success bool

Méthodes publiques

Méthode 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 méthode

public Callback ( bool success, Edge e, Exception x ) : void
success bool
e Edge
x System.Exception
Résultat void

CreationCallback() public méthode

public CreationCallback ( bool success, Edge e, Exception x ) : void
success bool
e Edge
x System.Exception
Résultat void

EdgeCreationWrapper() public méthode

public EdgeCreationWrapper ( TransportAddress ta, EdgeListener ecb, Edge edge, WrapperEdgeListener parent ) : System
ta TransportAddress
ecb EdgeListener
edge Edge
parent WrapperEdgeListener
Résultat System

Property Details

ExternalECB public_oe property

public EdgeListener.EdgeCreationCallback ExternalECB
Résultat EdgeListener.EdgeCreationCallback

Parent public_oe property

public WrapperEdgeListener,Brunet.Transport Parent
Résultat WrapperEdgeListener

TA public_oe property

public TransportAddress,Brunet.Transport TA
Résultat TransportAddress

_called protected_oe property

protected int _called
Résultat int

_edge protected_oe property

protected Edge _edge
Résultat Edge

_exception protected_oe property

protected Exception,System _exception
Résultat System.Exception

_success protected_oe property

protected bool _success
Résultat bool