Amazon.Runtime.Internal.Settings.PersistenceManager.Watch C# (CSharp) 메소드

Watch() 공개 메소드

public Watch ( string type ) : SettingsWatcher
type string
리턴 SettingsWatcher
        public SettingsWatcher Watch(string type)
        {
            SettingsWatcher sw = new SettingsWatcher(getFileFromType(type), type);
            this._watchers[type] = sw;
            return sw;
        }