Interface IMessageListenerBase
Base interface for types that can subscribe to MessageBusses.
public interface IMessageListenerBase
Remarks
Do not implement this directly, instead implement IMessageListener<TMessage>.
Base interface for types that can subscribe to MessageBusses.
public interface IMessageListenerBase
Do not implement this directly, instead implement IMessageListener<TMessage>.