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

GetConnection() private method

Gets a connection, automatically re-establishing all active subscriptions if the connection was re-created.
private GetConnection ( ) : StackExchange.Redis.ConnectionMultiplexer
return StackExchange.Redis.ConnectionMultiplexer
            private ConnectionMultiplexer GetConnection()
            {
                var connection = this._pubSubConnection;
                return connection;
            }
        }