C# Class MonoMac.Foundation.NSTimer

Exibir arquivo Open project: kangaroo/maccore Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

CreateRepeatingScheduledTimer() public static method

public static CreateRepeatingScheduledTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
return NSTimer

CreateRepeatingScheduledTimer() public static method

public static CreateRepeatingScheduledTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
return NSTimer

CreateRepeatingTimer() public static method

public static CreateRepeatingTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
return NSTimer

CreateRepeatingTimer() public static method

public static CreateRepeatingTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
return NSTimer

CreateScheduledTimer() public static method

public static CreateScheduledTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
return NSTimer

CreateScheduledTimer() public static method

public static CreateScheduledTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
return NSTimer

CreateTimer() public static method

public static CreateTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
return NSTimer

CreateTimer() public static method

public static CreateTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
return NSTimer

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

NSTimer() public method

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
return System