Beispiel #1
0
        /// <summary>
        /// Clears the history values and removes from persistent storage.
        /// </summary>
        public void ClearHistory()
        {
            EnvironmentSessionProvider.ClearHistory(Target);

            foreach (EnvironmentVariable v in _vars)
            {
                v.ClearHistory();
            }
        }