Exemplo n.º 1
0
 void DestroyMonitor()
 {
     idleStatusChanger.Dispose();
     idleStatusChanger = null;
 }
Exemplo n.º 2
0
        void CreateMonitor()
        {
            TimeSpan timeout = SettingsProvider.Current.Settings.PersonalSettings.IdleTimeout.Minutes();

            idleStatusChanger = new IdleStatusChanger(context.ChatClient, timeout);
        }