Свойство | Тип | Описание | |
---|---|---|---|
_edge | Edge |
Метод | Описание | |
---|---|---|
Close ( ) : bool | ||
HandleData ( |
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 ( |
||
b | ||
return_path | ISender | |
state | object | |
Результат | void |
public WrapperEdge ( Edge edge, bool SubscribeToEdge ) : System | ||
edge | Edge | The edge to wrap. |
SubscribeToEdge | bool | Should this subscribe to the edge. |
Результат | System |