C# Class Brunet.Tunnel.TunnelEdgeListener.TunnelEdgeCallbackAction

Used to bundle a TunnelTA, an ECB, and an IAction altogether.
Inheritance: IAction
Datei anzeigen Open project: johnynek/brunet

Public Properties

Property Type Description
Ecb EdgeCreationCallback
Edge WriteOnce
Exception WriteOnce
Success WriteOnce
TunnelTA TunnelTransportAddress

Public Methods

Method Description
Start ( ) : void
TunnelEdgeCallbackAction ( TunnelTransportAddress tta, EdgeCreationCallback ecb ) : Brunet

Method Details

Start() public method

public Start ( ) : void
return void

TunnelEdgeCallbackAction() public method

public TunnelEdgeCallbackAction ( TunnelTransportAddress tta, EdgeCreationCallback ecb ) : Brunet
tta TunnelTransportAddress
ecb EdgeCreationCallback
return Brunet

Property Details

Ecb public_oe property

public EdgeCreationCallback Ecb
return EdgeCreationCallback

Edge public_oe property

public WriteOnce Edge
return WriteOnce

Exception public_oe property

public WriteOnce Exception
return WriteOnce

Success public_oe property

public WriteOnce Success
return WriteOnce

TunnelTA public_oe property

public TunnelTransportAddress TunnelTA
return TunnelTransportAddress