次の方法で共有


NSTimer.CreateRepeatingScheduledTimer メソッド

定義

オーバーロード

CreateRepeatingScheduledTimer(Double, Action<NSTimer>)
CreateRepeatingScheduledTimer(TimeSpan, Action<NSTimer>)

CreateRepeatingScheduledTimer(Double, Action<NSTimer>)

public static Foundation.NSTimer CreateRepeatingScheduledTimer (double seconds, Action<Foundation.NSTimer> action);
static member CreateRepeatingScheduledTimer : double * Action<Foundation.NSTimer> -> Foundation.NSTimer

パラメーター

seconds
Double
action
Action<NSTimer>

戻り値

適用対象

CreateRepeatingScheduledTimer(TimeSpan, Action<NSTimer>)

public static Foundation.NSTimer CreateRepeatingScheduledTimer (TimeSpan when, Action<Foundation.NSTimer> action);
static member CreateRepeatingScheduledTimer : TimeSpan * Action<Foundation.NSTimer> -> Foundation.NSTimer

パラメーター

when
TimeSpan
action
Action<NSTimer>

戻り値

適用対象