Example #1
0
        private void SetThrottling()
        {
            Helper.SetThrottling();
            ServicePoint tableServicePoint = ServicePointManager.FindServicePoint(Configuration.CreateTableClient().BaseUri);

            tableServicePoint.ConnectionLimit = 1000;
        }