Свойство | Type | Description | |
---|---|---|---|
Handler | IDataHandler | ||
State | object |
Méthode | Description | |
---|---|---|
Equals ( object o ) : bool |
Can look up subscriptions based only on Handler equality.
|
|
GetHashCode ( ) : int |
Returns the Handlers hashcode.
|
|
Handle ( |
This is called to pass data to the subscribed handler.
|
|
Subscriber ( IDataHandler dh, object state ) : System |
Subscribes the out going data from this source to the specified handler.
|
public Equals ( object o ) : bool | ||
o | object | The object to compare for equality. |
Résultat | bool |
public Handle ( |
||
b | The data being passed. | |
retpath | ISender | A sender which can send data back to the source of B. |
Résultat | void |
public Subscriber ( IDataHandler dh, object state ) : System | ||
dh | IDataHandler | Data that the subscriber wants passed to the handler on each call. |
state | object | Data that the subscriber wants passed to the handler on each call. |
Résultat | System |