BB.Caching.Redis.PubSub.PubSubSingleton.PubSubSingleton C# (CSharp) Method

PubSubSingleton() private method

Prevents a default instance of the PubSubSingleton class from being created.
private PubSubSingleton ( ) : System
return System
            private PubSubSingleton()
            {
                this.ActiveKeyedSubscriptions = new Dictionary<string, Dictionary<string, Action<string>>>();
                this.ActiveKeylessSubscriptions = new Dictionary<string, Action<string>>();
            }