Exemplo n.º 1
0
        public AutoRetryClusterTopClient(string serverUrl, string appKey, string appSecret)
            : base(serverUrl, appKey, appSecret)
        {
            ITopClient internalClient = new AutoRetryTopClient(serverUrl, appKey, appSecret);

            ClusterManager.InitRefreshThread(internalClient);
        }
 public AutoRetryClusterTopClient(string serverUrl, string appKey, string appSecret)
     : base(serverUrl, appKey, appSecret)
 {
     ClusterManager.InitRefreshThread(this);
 }
Exemplo n.º 3
0
 public ClusterTopClient(string serverUrl, string appKey, string appSecret, string format)
     : base(serverUrl, appKey, appSecret, format)
 {
     ClusterManager.InitRefreshThread(this);
 }