C# Class Xamarin.Android.V8.Timeout

Inheritance: Java.Lang.Object, Java.Lang.IRunnable, IDisposable
Afficher le fichier Open project: web-atoms/xamarin-v8

Méthodes publiques

Méthode Description
Run ( ) : void
Timeout ( Handler handler, Action action, long milliSeconds ) : Android.OS

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

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

Run() public méthode

public Run ( ) : void
Résultat void

Timeout() public méthode

public Timeout ( Handler handler, Action action, long milliSeconds ) : Android.OS
handler Handler
action Action
milliSeconds long
Résultat Android.OS