SmartboyDevelopments.SimplePubSub.MediatorManager.Subscribe C# (CSharp) Method

Subscribe() public method

public Subscribe ( string channel, SubscribableListener del ) : bool
channel string
del SubscribableListener
return bool
        public bool Subscribe(string channel, SubscribableListener del)
        {
            return SubscribableManager.Subscribe(channel, del);
        }