Apache.NMS.ActiveMQ.Transactions.RecoveryFileLogger.RecoveryFileLogger C# (CSharp) Метод

RecoveryFileLogger() публичный Метод

public RecoveryFileLogger ( ) : System
Результат System
        public RecoveryFileLogger()
        {
            // Set the path by default to the location of the executing assembly.
            // May need to change this to current working directory, not sure.
            this.location = "";
        }