System.Transactions.TransactionsEtwProvider.TransactionManagerRecoveryComplete C# (CSharp) Method

TransactionManagerRecoveryComplete() private method

private TransactionManagerRecoveryComplete ( System.Guid resourceManagerID ) : void
resourceManagerID System.Guid
return void
        internal void TransactionManagerRecoveryComplete(Guid resourceManagerID)
        {
            if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS))
            {
                TransactionManagerRecoveryComplete(resourceManagerID.ToString());
            }
        }

Same methods

TransactionsEtwProvider::TransactionManagerRecoveryComplete ( string rmID ) : void