Exemple #1
0
        private bool IsServerBusy(Exception exc)
        {
            bool serverBusy = AzureStorageUtils.IsServerBusy(exc);

            if (serverBusy)
            {
                numServerBusy.Increment();
            }
            return(serverBusy);
        }