IOT Dash
IotDash.Domain.Mediator.AbstractMediator< TChannelKey, TMsg > Member List

This is the complete list of members for IotDash.Domain.Mediator.AbstractMediator< TChannelKey, TMsg >, including all inherited members.

GetChannelCopy(TChannelKey key)IotDash.Domain.Mediator.AbstractMediator< TChannelKey, TMsg >pure virtual
KeysIotDash.Domain.Mediator.AbstractMediator< TChannelKey, TMsg >
Send(TChannelKey msgChannel, object sender, TMsg msg)IotDash.Domain.Mediator.AbstractMediator< TChannelKey, TMsg >pure virtual
Subscribe(TChannelKey msgChannel, ITarget< TChannelKey, TMsg > target, out ISubscription subscription)IotDash.Domain.Mediator.AbstractMediator< TChannelKey, TMsg >inlinevirtual
Subscribe(TChannelKey msgChannel, ITarget< TChannelKey, TMsg > target, SubscriptionGuard guard)IotDash.Domain.Mediator.AbstractMediator< TChannelKey, TMsg >inlinevirtual
SubscribeInternal(TChannelKey msgChannel, ITarget< TChannelKey, TMsg > target)IotDash.Domain.Mediator.AbstractMediator< TChannelKey, TMsg >protectedpure virtual
TargetCountIotDash.Domain.Mediator.AbstractMediator< TChannelKey, TMsg >
TargetCountOnChannel(TChannelKey key)IotDash.Domain.Mediator.AbstractMediator< TChannelKey, TMsg >pure virtual
Unsubscribe(ISubscription< TChannelKey, TMsg > subscription) (defined in IotDash.Domain.Mediator.AbstractMediator< TChannelKey, TMsg >)IotDash.Domain.Mediator.AbstractMediator< TChannelKey, TMsg >pure virtual