1 write to lockTimeout
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
151
this.
lockTimeout
= value;
7 references to lockTimeout
System.WorkflowServices (7)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (7)
137
return this.
lockTimeout
;
179
get { return this.
lockTimeout
!= TimeSpan.Zero; }
187
if (this.
lockTimeout
== TimeSpan.Zero)
191
else if (this.
lockTimeout
== TimeSpan.MaxValue)
197
Fx.Assert(this.
lockTimeout
<= TimeSpan.FromSeconds(int.MaxValue),
200
return Convert.ToInt32(this.
lockTimeout
.TotalSeconds);
575
{ "LockTimeout", this.
lockTimeout
.ToString() }