System.Transactions.TransactionState.SetDistributedTransactionId C# (CSharp) Méthode

SetDistributedTransactionId() private méthode

private SetDistributedTransactionId ( InternalTransaction tx, IPromotableSinglePhaseNotification promotableNotification, System.Guid distributedTransactionIdentifier ) : void
tx InternalTransaction
promotableNotification IPromotableSinglePhaseNotification
distributedTransactionIdentifier System.Guid
Résultat void
        internal virtual void SetDistributedTransactionId(InternalTransaction tx,
                    IPromotableSinglePhaseNotification promotableNotification,
                    Guid distributedTransactionIdentifier)
        {
            throw TransactionException.CreateTransactionStateException(tx._innerException, tx.DistributedTxId);
        }