NSTimer.CreateRepeatingTimer Method
Neste artigo
Definition
Overloads
CreateRepeatingTimer(Double, Action<NSTimer>)
CreateRepeatingTimer(TimeSpan, Action<NSTimer>)
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Expandir a tabela
CreateRepeatingTimer(Double, Action<NSTimer>)
public static Foundation.NSTimer CreateRepeatingTimer (double seconds, Action<Foundation.NSTimer> action);
static member CreateRepeatingTimer : double * Action<Foundation.NSTimer> -> Foundation.NSTimer
Parameters
Returns
CreateRepeatingTimer(TimeSpan, Action<NSTimer>)
public static Foundation.NSTimer CreateRepeatingTimer (TimeSpan when, Action<Foundation.NSTimer> action);
static member CreateRepeatingTimer : TimeSpan * Action<Foundation.NSTimer> -> Foundation.NSTimer
Parameters
Returns