Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

How can I Set Simple Timer in Service class

$
0
0

hi
i use of below code
` public override StartCommandResult OnStartCommand(Intent intent, [GeneratedEnum] StartCommandFlags flags, int startId)
{

        Toast.MakeText(this, "Start", ToastLength.Short).Show();
        System.Timers.Timer timer = new System.Timers.Timer();
        timer.Interval = 5000;
        timer.Elapsed += Timer_Elapsed;
        timer.Start();
        return base.OnStartCommand(intent, flags, startId);
    }`

but timer not running
why?
and what must i do?


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>