System.Transactions.TransactionState.SetDistributedTransactionId C# (CSharp) Method

SetDistributedTransactionId() private method

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