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

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

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