Compartilhar via


NSTimer.CreateRepeatingScheduledTimer Método

Definição

Sobrecargas

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

Parâmetros

seconds
Double
action
Action<NSTimer>

Retornos

Aplica-se a

CreateRepeatingScheduledTimer(TimeSpan, Action<NSTimer>)

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

Parâmetros

when
TimeSpan
action
Action<NSTimer>

Retornos

Aplica-se a