📅  最后修改于: 2022-03-11 14:48:46.909000             🧑  作者: Mango
代码示例1
Device.StartTimer(TimeSpan.FromSeconds(30), () =>
{
// Do something
return true; // True = Repeat again, False = Stop the timer
});