System.Transactions.TransactionManager.Reenlist C# (CSharp) Method

Reenlist() public static method

public static Reenlist ( System resourceManagerIdentifier, byte recoveryInformation, System enlistmentNotification ) : System.Transactions.Enlistment
resourceManagerIdentifier System
recoveryInformation byte
enlistmentNotification System
return System.Transactions.Enlistment
        public static System.Transactions.Enlistment Reenlist(System.Guid resourceManagerIdentifier, byte[] recoveryInformation, System.Transactions.IEnlistmentNotification enlistmentNotification)
        {
            throw null;
        }

Same methods

TransactionManager::Reenlist ( Guid resourceManagerIdentifier, byte recoveryInformation, IEnlistmentNotification enlistmentNotification ) : Enlistment