Property | Type | Description | |
---|---|---|---|
Root | string | ||
Rpc |
Property | Type | Description | |
---|---|---|---|
_edge_fe | FuzzyEvent | ||
_rrm_fe | FuzzyEvent | ||
_running | bool | ||
_timer_thread | Thread |
Method | Description | |
---|---|---|
CreatePath ( ) : |
||
CreatePath ( string path ) : |
||
CreateRootPath ( ) : |
||
HandleData ( |
||
HandleRpc ( ISender caller, string meth, IList args, object state ) : void | ||
JoinPath ( |
||
PathELManager ( |
||
PathELManager ( |
||
RemovePath ( string path ) : void | ||
SplitPath ( |
||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
EdgeTimeoutChecker ( ) : void | ||
HandleEdge ( object newedge, System args ) : void | ||
HandleEdgeClose ( object closing_edge, System args ) : void | ||
PathELManager ( |
||
ReqrepTimeoutChecker ( ) : void |
public CreatePath ( string path ) : |
||
path | string | |
return |
public HandleData ( |
||
data | ||
retpath | ISender | |
state | object | |
return | void |
protected HandleEdge ( object newedge, System args ) : void | ||
newedge | object | |
args | System | |
return | void |
protected HandleEdgeClose ( object closing_edge, System args ) : void | ||
closing_edge | object | |
args | System | |
return | void |
public HandleRpc ( ISender caller, string meth, IList args, object state ) : void | ||
caller | ISender | |
meth | string | |
args | IList | |
state | object | |
return | void |
public static JoinPath ( |
||
ta | ||
path | string | |
return |
public PathELManager ( |
||
el | ||
return | Brunet.Concurrent |
public PathELManager ( |
||
el | ||
queue | IActionQueue | |
return | Brunet.Concurrent |
protected PathELManager ( |
||
el | ||
thread | bool | |
return | Brunet.Concurrent |
public static SplitPath ( |
||
ta | ||
path | string | |
return |