NSTimer.CreateRepeatingScheduledTimer Método
Neste artigo
Definição
Sobrecargas
CreateRepeatingScheduledTimer(Double, Action<NSTimer>)
CreateRepeatingScheduledTimer(TimeSpan, Action<NSTimer>)
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Expandir a tabela
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
Retornos
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
Retornos