메소드 | 설명 | |
---|---|---|
AddPublication ( object instance, |
|
|
AddSubscription ( object instance, |
|
|
Broadcast ( object sender, object args ) : void |
|
|
Close ( ) : void |
Closes the channel releasing its resources.
|
|
Disable ( ) : void |
Disables the channel.
|
|
Dispose ( bool disposing ) : void |
Releases resources held by the object.
|
|
Enable ( ) : void |
Enables the channel.
|
|
MessageChannel ( string name ) : System |
|
|
Raise ( object sender, |
|
메소드 | 설명 | |
---|---|---|
RemoveDeadEntries ( ) : void |
public AddPublication ( object instance, |
||
instance | object | |
eventInfo | ||
리턴 | void |
public AddSubscription ( object instance, |
||
instance | object | |
method | ||
thread | DeliveryThread | |
리턴 | void |
public Broadcast ( object sender, object args ) : void | ||
sender | object | |
args | object | |
리턴 | void |
public MessageChannel ( string name ) : System | ||
name | string | The name of this channel. |
리턴 | System |
public Raise ( object sender, |
||
sender | object | |
e | ||
리턴 | void |