共用方式為


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 平台內部使用。

適用於