16 references to ServiceModelTransaction
System.ServiceModel (16)
System\ServiceModel\Diagnostics\TraceCode.cs (15)
351
public const int TxSourceTxScopeRequiredIsTransactedTransport = TraceCode.
ServiceModelTransaction
| 0X0001;
352
public const int TxSourceTxScopeRequiredIsTransactionFlow = TraceCode.
ServiceModelTransaction
| 0X0002;
353
public const int TxSourceTxScopeRequiredIsAttachedTransaction = TraceCode.
ServiceModelTransaction
| 0X0003;
354
public const int TxSourceTxScopeRequiredIsCreateNewTransaction = TraceCode.
ServiceModelTransaction
| 0X0004;
355
public const int TxCompletionStatusCompletedForAutocomplete = TraceCode.
ServiceModelTransaction
| 0X0005;
356
public const int TxCompletionStatusCompletedForError = TraceCode.
ServiceModelTransaction
| 0X0006;
357
public const int TxCompletionStatusCompletedForSetComplete = TraceCode.
ServiceModelTransaction
| 0X0007;
358
public const int TxCompletionStatusCompletedForTACOSC = TraceCode.
ServiceModelTransaction
| 0X0008;
359
public const int TxCompletionStatusCompletedForAsyncAbort = TraceCode.
ServiceModelTransaction
| 0X0009;
360
public const int TxCompletionStatusRemainsAttached = TraceCode.
ServiceModelTransaction
| 0X000A;
361
public const int TxCompletionStatusAbortedOnSessionClose = TraceCode.
ServiceModelTransaction
| 0X000B;
362
public const int TxReleaseServiceInstanceOnCompletion = TraceCode.
ServiceModelTransaction
| 0X000C;
363
public const int TxAsyncAbort = TraceCode.
ServiceModelTransaction
| 0X000D;
364
public const int TxFailedToNegotiateOleTx = TraceCode.
ServiceModelTransaction
| 0X000E;
365
public const int TxSourceTxScopeRequiredUsingExistingTransaction = TraceCode.
ServiceModelTransaction
| 0X000F;
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
802
case TraceCode.
ServiceModelTransaction
: