Поделиться через


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>

Возвращаемое значение

Применяется к