C# Class Windows.Adapters.Timer

Inheritance: IDisposable
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity

Méthodes publiques

Méthode Description
Change ( int infinite, int i ) : void
Dispose ( ) : void
Timer ( Action autoClosingTimerCallback, object o, System.TimeSpan i, System.TimeSpan i1 ) : System
Timer ( Action autoClosingTimerCallback, object o, int i, int i1 ) : System

Method Details

Change() public méthode

public Change ( int infinite, int i ) : void
infinite int
i int
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Timer() public méthode

public Timer ( Action autoClosingTimerCallback, object o, System.TimeSpan i, System.TimeSpan i1 ) : System
autoClosingTimerCallback Action
o object
i System.TimeSpan
i1 System.TimeSpan
Résultat System

Timer() public méthode

public Timer ( Action autoClosingTimerCallback, object o, int i, int i1 ) : System
autoClosingTimerCallback Action
o object
i int
i1 int
Résultat System