2 writes to commitNotLaterThan
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (2)
28
this.
commitNotLaterThan
= DateTime.MaxValue;
30
this.
commitNotLaterThan
= DateTime.UtcNow + TimeSpan.FromMilliseconds(shared.TransactionTimeout.TotalMilliseconds * 4 / 5);
2 references to commitNotLaterThan
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (2)
40
return DateTime.UtcNow > this.
commitNotLaterThan
;
125
if (this.commits >= this.shared.CurrentBatchSize || DateTime.UtcNow >= this.
commitNotLaterThan
)