NSTimer.CreateRepeatingTimer Method

Definition

Overloads

CreateRepeatingTimer(Double, Action<NSTimer>)
CreateRepeatingTimer(TimeSpan, Action<NSTimer>)

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

seconds
Double
action
Action<NSTimer>

Returns

Applies to

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

when
TimeSpan
action
Action<NSTimer>

Returns

Applies to