GetChannelCopy(TChannelKey key) | IotDash.Domain.Mediator.AbstractMediator< Type, object > | pure virtual |
Keys | IotDash.Domain.Mediator.AbstractMediator< Type, object > | |
Send(TChannelKey msgChannel, object sender, TMsg msg) | IotDash.Domain.Mediator.AbstractMediator< Type, object > | pure virtual |
Send< TMsg >(object? sender, TMsg message) (defined in IotDash.Services.Messaging.MessageMediator) | IotDash.Services.Messaging.MessageMediator | inline |
Subscribe(TChannelKey msgChannel, ITarget< TChannelKey, TMsg > target, out ISubscription subscription) | IotDash.Domain.Mediator.AbstractMediator< Type, object > | inlinevirtual |
Subscribe(TChannelKey msgChannel, ITarget< TChannelKey, TMsg > target, SubscriptionGuard guard) | IotDash.Domain.Mediator.AbstractMediator< Type, object > | inlinevirtual |
Subscribe< TMsg >(ITarget< Type, TMsg > target, out ISubscription subscription) | IotDash.Services.Messaging.MessageMediator | inline |
Subscribe< TMsg >(ITarget< Type, TMsg > target, SubscriptionGuard guard) (defined in IotDash.Services.Messaging.MessageMediator) | IotDash.Services.Messaging.MessageMediator | inline |
SubscribeInternal(TChannelKey msgChannel, ITarget< TChannelKey, TMsg > target) | IotDash.Domain.Mediator.AbstractMediator< Type, object > | protectedpure virtual |
TargetCount | IotDash.Domain.Mediator.AbstractMediator< Type, object > | |
TargetCountOnChannel(TChannelKey key) | IotDash.Domain.Mediator.AbstractMediator< Type, object > | pure virtual |