IPlatformServices.StartTimer(TimeSpan, Func<Boolean>) 方法

定义

供 Xamarin.Forms 平台内部使用。

public void StartTimer (TimeSpan interval, Func<bool> callback);
abstract member StartTimer : TimeSpan * Func<bool> -> unit

参数

interval
System.TimeSpan

供 Xamarin.Forms 平台内部使用。

callback
System.Func<System.Boolean>

供 Xamarin.Forms 平台内部使用。

适用于