15 references to ServiceModelTransaction
System.ServiceModel.Primitives (15)
System\ServiceModel\Diagnostics\TraceCode.cs (15)
323
public const int TxSourceTxScopeRequiredIsTransactedTransport = TraceCode.
ServiceModelTransaction
| 0X0001;
324
public const int TxSourceTxScopeRequiredIsTransactionFlow = TraceCode.
ServiceModelTransaction
| 0X0002;
325
public const int TxSourceTxScopeRequiredIsAttachedTransaction = TraceCode.
ServiceModelTransaction
| 0X0003;
326
public const int TxSourceTxScopeRequiredIsCreateNewTransaction = TraceCode.
ServiceModelTransaction
| 0X0004;
327
public const int TxCompletionStatusCompletedForAutocomplete = TraceCode.
ServiceModelTransaction
| 0X0005;
328
public const int TxCompletionStatusCompletedForError = TraceCode.
ServiceModelTransaction
| 0X0006;
329
public const int TxCompletionStatusCompletedForSetComplete = TraceCode.
ServiceModelTransaction
| 0X0007;
330
public const int TxCompletionStatusCompletedForTACOSC = TraceCode.
ServiceModelTransaction
| 0X0008;
331
public const int TxCompletionStatusCompletedForAsyncAbort = TraceCode.
ServiceModelTransaction
| 0X0009;
332
public const int TxCompletionStatusRemainsAttached = TraceCode.
ServiceModelTransaction
| 0X000A;
333
public const int TxCompletionStatusAbortedOnSessionClose = TraceCode.
ServiceModelTransaction
| 0X000B;
334
public const int TxReleaseServiceInstanceOnCompletion = TraceCode.
ServiceModelTransaction
| 0X000C;
335
public const int TxAsyncAbort = TraceCode.
ServiceModelTransaction
| 0X000D;
336
public const int TxFailedToNegotiateOleTx = TraceCode.
ServiceModelTransaction
| 0X000E;
337
public const int TxSourceTxScopeRequiredUsingExistingTransaction = TraceCode.
ServiceModelTransaction
| 0X000F;