IOT Dash
|
Properties | |
bool | IsDisposed [get] |
TChannelKey | Channel [get] |
AbstractMediator< TChannelKey, TMsg >? | Mediator [get] |
ITarget< TChannelKey, TMsg >? | Target [get] |
bool ISubscription. | IsDisposed [get] |
Represents a cancellable subscription.
Call Dispose()
to cancel the subscription.
Represents a cancellable subscription to a particular channel of typed messages.
Call Dispose()
to cancel the subscription.
TChannelKey | Channel this subscription is subscribed to. |
TMsg | Type of the messages being send in the channel. |
TChannelKey | : | notnull | |
TMsg | : | notnull |