C# Class MonoMac.Foundation.NSTimer

Afficher le fichier Open project: kangaroo/maccore Class Usage Examples

Méthodes publiques

Méthode Description
CreateRepeatingScheduledTimer ( System.TimeSpan when, NSAction action ) : NSTimer
CreateRepeatingScheduledTimer ( double seconds, NSAction action ) : NSTimer
CreateRepeatingTimer ( System.TimeSpan when, NSAction action ) : NSTimer
CreateRepeatingTimer ( double seconds, NSAction action ) : NSTimer
CreateScheduledTimer ( System.TimeSpan when, NSAction action ) : NSTimer
CreateScheduledTimer ( double seconds, NSAction action ) : NSTimer
CreateTimer ( System.TimeSpan when, NSAction action ) : NSTimer
CreateTimer ( double seconds, NSAction action ) : NSTimer
NSTimer ( MonoMac.Foundation.NSDate date, System.TimeSpan when, NSAction action, System repeats ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

CreateRepeatingScheduledTimer() public static méthode

public static CreateRepeatingScheduledTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
Résultat NSTimer

CreateRepeatingScheduledTimer() public static méthode

public static CreateRepeatingScheduledTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
Résultat NSTimer

CreateRepeatingTimer() public static méthode

public static CreateRepeatingTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
Résultat NSTimer

CreateRepeatingTimer() public static méthode

public static CreateRepeatingTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
Résultat NSTimer

CreateScheduledTimer() public static méthode

public static CreateScheduledTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
Résultat NSTimer

CreateScheduledTimer() public static méthode

public static CreateScheduledTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
Résultat NSTimer

CreateTimer() public static méthode

public static CreateTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
Résultat NSTimer

CreateTimer() public static méthode

public static CreateTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
Résultat NSTimer

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

NSTimer() public méthode

public NSTimer ( MonoMac.Foundation.NSDate date, System.TimeSpan when, NSAction action, System repeats ) : System
date MonoMac.Foundation.NSDate
when System.TimeSpan
action NSAction
repeats System
Résultat System