Amazon.Runtime.Internal.Settings.PersistenceManager.enableWatcher C# (CSharp) Метод

enableWatcher() приватный Метод

private enableWatcher ( string type ) : void
type string
Результат void
        void enableWatcher(string type)
        {
            SettingsWatcher sw = null;
            if (this._watchers.TryGetValue(type, out sw))
            {
                sw.Enable = true;
            }
        }