NSTimer.CreateRepeatingScheduledTimer Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Devoluciones
Se aplica 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