Method | Description | |
---|---|---|
Create ( IMessageChannel channel, object publisher, |
Creates a publication for the specified channel.
|
public Create ( IMessageChannel channel, object publisher, |
||
channel | IMessageChannel | The channel that will receive the publications. |
publisher | object | The object that will publish events. |
evt | The event that will be published to the channel. | |
return | IMessagePublication |