메소드 | 설명 | |
---|---|---|
CreateRepeatingScheduledTimer ( System.TimeSpan when, NSAction action ) : |
||
CreateRepeatingScheduledTimer ( double seconds, NSAction action ) : |
||
CreateRepeatingTimer ( System.TimeSpan when, NSAction action ) : |
||
CreateRepeatingTimer ( double seconds, NSAction action ) : |
||
CreateScheduledTimer ( System.TimeSpan when, NSAction action ) : |
||
CreateScheduledTimer ( double seconds, NSAction action ) : |
||
CreateTimer ( System.TimeSpan when, NSAction action ) : |
||
CreateTimer ( double seconds, NSAction action ) : |
||
NSTimer ( MonoMac.Foundation.NSDate date, System.TimeSpan when, NSAction action, System repeats ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
public static CreateRepeatingScheduledTimer ( System.TimeSpan when, NSAction action ) : |
||
when | System.TimeSpan | |
action | NSAction | |
리턴 |
public static CreateRepeatingScheduledTimer ( double seconds, NSAction action ) : |
||
seconds | double | |
action | NSAction | |
리턴 |
public static CreateRepeatingTimer ( System.TimeSpan when, NSAction action ) : |
||
when | System.TimeSpan | |
action | NSAction | |
리턴 |
public static CreateRepeatingTimer ( double seconds, NSAction action ) : |
||
seconds | double | |
action | NSAction | |
리턴 |
public static CreateScheduledTimer ( System.TimeSpan when, NSAction action ) : |
||
when | System.TimeSpan | |
action | NSAction | |
리턴 |
public static CreateScheduledTimer ( double seconds, NSAction action ) : |
||
seconds | double | |
action | NSAction | |
리턴 |
public static CreateTimer ( System.TimeSpan when, NSAction action ) : |
||
when | System.TimeSpan | |
action | NSAction | |
리턴 |
public static CreateTimer ( double seconds, NSAction action ) : |
||
seconds | double | |
action | NSAction | |
리턴 |
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 | |
리턴 | System |