1 write to _commandTimeout
System.Web (1)
Management\SqlWebEventProvider.cs (1)
81ProviderUtil.GetAndRemovePositiveAttribute(config, "commandTimeout", name, ref _commandTimeout);
5 references to _commandTimeout
System.Web (5)
Management\SqlWebEventProvider.cs (5)
191if (_commandTimeout > -1) { 192sqlCommand.CommandTimeout = _commandTimeout; 244if (_commandTimeout > -1) { 245timeout = (double)_commandTimeout; 277int sleepAttempts = _commandTimeout*2;