BB.Caching.Redis.PubSub.PubSubSingleton.PubSubSingleton C# (CSharp) 메소드

PubSubSingleton() 개인적인 메소드

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