System.Transactions.TransactionException.IncludeDistributedTxId C# (CSharp) Méthode

IncludeDistributedTxId() static private méthode

static private IncludeDistributedTxId ( Guid distributedTxId ) : bool
distributedTxId Guid
Résultat bool
        internal static bool IncludeDistributedTxId(Guid distributedTxId)
        {
            return (distributedTxId != Guid.Empty && AppSettings.IncludeDistributedTxIdInExceptionMessage);
        }