コード例 #1
0
 /// <summary>
 /// Release resoures used by the current RedisSentinelClient
 /// </summary>
 public void Dispose()
 {
     if (_connector != null)
     {
         _connector.Dispose();
     }
 }
コード例 #2
0
 /// <summary>
 /// Dispose all resources used by the current RedisClient
 /// </summary>
 public void Dispose()
 {
     _connector.Dispose();
 }