C# Class Brunet.Tunnel.TunnelEdgeListener.TunnelEdgeCallbackAction

Used to bundle a TunnelTA, an ECB, and an IAction altogether.
Inheritance: IAction
Show file 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 property

public EdgeCreationCallback Ecb
return EdgeCreationCallback

Edge public property

public WriteOnce Edge
return WriteOnce

Exception public property

public WriteOnce Exception
return WriteOnce

Success public property

public WriteOnce Success
return WriteOnce

TunnelTA public property

public TunnelTransportAddress TunnelTA
return TunnelTransportAddress