C# Класс MonoMac.Foundation.NSTimer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

CreateRepeatingScheduledTimer() публичный статический Метод

public static CreateRepeatingScheduledTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
Результат NSTimer

CreateRepeatingScheduledTimer() публичный статический Метод

public static CreateRepeatingScheduledTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
Результат NSTimer

CreateRepeatingTimer() публичный статический Метод

public static CreateRepeatingTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
Результат NSTimer

CreateRepeatingTimer() публичный статический Метод

public static CreateRepeatingTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
Результат NSTimer

CreateScheduledTimer() публичный статический Метод

public static CreateScheduledTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
Результат NSTimer

CreateScheduledTimer() публичный статический Метод

public static CreateScheduledTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
Результат NSTimer

CreateTimer() публичный статический Метод

public static CreateTimer ( System.TimeSpan when, NSAction action ) : NSTimer
when System.TimeSpan
action NSAction
Результат NSTimer

CreateTimer() публичный статический Метод

public static CreateTimer ( double seconds, NSAction action ) : NSTimer
seconds double
action NSAction
Результат NSTimer

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

NSTimer() публичный Метод

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