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