Freigeben über


NSTimer.CreateRepeatingScheduledTimer Methode

Definition

Überlädt

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

Parameter

seconds
Double
action
Action<NSTimer>

Gibt zurück

Gilt für:

CreateRepeatingScheduledTimer(TimeSpan, Action<NSTimer>)

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

Parameter

when
TimeSpan
action
Action<NSTimer>

Gibt zurück

Gilt für: