Property | Type | Description | |
---|---|---|---|
_subs | |||
_sync | Object |
Method | Description | |
---|---|---|
Announce ( |
Calls Handle on all IDataHandlers subscribed.
|
|
MultiSource ( ) : System |
Initializes a MultiSource
|
|
Subscribe ( IDataHandler h, object state ) : void |
Subscribes the out going data from this source to the specified handler.
|
|
Unsubscribe ( IDataHandler h ) : void |
Unsubscribes the the IDataHandler if it is the current IDatahandler.
|
public Announce ( |
||
b | The data being passed. | |
return_path | ISender | |
return | int |
public Subscribe ( IDataHandler h, object state ) : void | ||
h | IDataHandler | |
state | object | Data that the subscriber wants passed to the handler on each call. |
return | void |
protected ArrayList,System.Collections _subs | ||
return |