The methods of Foundation.NSTimer are listed below. For a list of all members, see the NSTimer Members list.
See Also: Inherited members from Foundation.NSObject
static | CreateRepeatingScheduledTimer(double, Action<NSTimer>)Documentation for this section has not yet been entered. | |
static | CreateRepeatingScheduledTimer(TimeSpan, Action<NSTimer>)Documentation for this section has not yet been entered. | |
static | CreateRepeatingTimer(double, Action<NSTimer>)Documentation for this section has not yet been entered. | |
static | CreateRepeatingTimer(TimeSpan, Action<NSTimer>)Documentation for this section has not yet been entered. | |
static | CreateScheduledTimer(double, Action<NSTimer>)Documentation for this section has not yet been entered. | |
static | CreateScheduledTimer(TimeSpan, Action<NSTimer>)Documentation for this section has not yet been entered. | |
static | CreateScheduledTimer(double, NSObject, ObjCRuntime.Selector, NSObject, bool)Creates a timer with the specified parameters and schedules it for execution on the current NSRunLoop in the default mode. | |
static | CreateTimer(double, Action<NSTimer>)Documentation for this section has not yet been entered. | |
static | CreateTimer(TimeSpan, Action<NSTimer>)Documentation for this section has not yet been entered. | |
static | CreateTimer(double, NSObject, ObjCRuntime.Selector, NSObject, bool)Creates a timer object that can be later added to an NSRunLoop. | |
Fire()Causes the action to be performed. | ||
Invalidate()Documentation for this section has not yet been entered. | ||