IOT Dash
Properties | List of all members
IotDash.Domain.Mediator.ISubscription< TChannelKey, TMsg > Interface Template Reference
Inheritance diagram for IotDash.Domain.Mediator.ISubscription< TChannelKey, TMsg >:
Inheritance graph
[legend]
Collaboration diagram for IotDash.Domain.Mediator.ISubscription< TChannelKey, TMsg >:
Collaboration graph
[legend]

Properties

bool IsDisposed [get]
 
TChannelKey Channel [get]
 
AbstractMediator< TChannelKey, TMsg >? Mediator [get]
 
ITarget< TChannelKey, TMsg >? Target [get]
 
bool ISubscription. IsDisposed [get]
 

Detailed Description

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.

Template Parameters
TChannelKeyChannel this subscription is subscribed to.
TMsgType of the messages being send in the channel.
Type Constraints
TChannelKey :notnull 
TMsg :notnull 

The documentation for this interface was generated from the following file: