Свойство | Type | Description | |
---|---|---|---|
_edge | Edge | ||
_weclosed | int |
Méthode | Description | |
---|---|---|
Close ( ) : bool | ||
HandleData ( MemBlock b, ISender return_path, object state ) : void |
We automatically push all data to the listener of this edge.
|
|
Send ( ICopyable p ) : void |
Sends the data over the underlying edge.
|
|
ToString ( ) : string | ||
WrapperEdge ( Edge edge ) : System | ||
WrapperEdge ( Edge edge, bool SubscribeToEdge ) : System |
public HandleData ( MemBlock b, ISender return_path, object state ) : void | ||
b | MemBlock | |
return_path | ISender | |
state | object | |
Résultat | void |
public WrapperEdge ( Edge edge, bool SubscribeToEdge ) : System | ||
edge | Edge | The edge to wrap. |
SubscribeToEdge | bool | Should this subscribe to the edge. |
Résultat | System |