1 write to eventTraceActivity
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
67
this.
eventTraceActivity
= eventTraceActivity;
9 references to eventTraceActivity
System.Activities.DurableInstancing (9)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (9)
161
TD.SqlExceptionCaught(this.
eventTraceActivity
, exception.Number.ToString(CultureInfo.InvariantCulture), exception.Message);
183
TD.RetryingSqlCommandDueToSqlError(this.
eventTraceActivity
, exception.Number.ToString(CultureInfo.InvariantCulture));
194
TD.MaximumRetriesExceededForSqlCommand(this.
eventTraceActivity
);
213
IOThreadTimer iott = new IOThreadTimer(StartCommandCallback, new SqlCommandAsyncResult(CloneSqlCommand(this.sqlCommand), this.connectionString, this.
eventTraceActivity
, this.dependentTransaction,
219
TD.QueuingSqlRetry(this.
eventTraceActivity
, delay.ToString(CultureInfo.InvariantCulture));
295
TD.SqlExceptionCaught(this.
eventTraceActivity
, exception.Number.ToString(null, CultureInfo.InvariantCulture), exception.Message);
310
TD.RetryingSqlCommandDueToSqlError(this.
eventTraceActivity
, exception.Number.ToString(CultureInfo.InvariantCulture));
331
TD.TimeoutOpeningSqlConnection(this.
eventTraceActivity
, this.timeoutHelper.OriginalTimeout.ToString());
338
TD.MaximumRetriesExceededForSqlCommand(this.
eventTraceActivity
);