C# Class Xamarin.Android.V8.Timeout

Inheritance: Java.Lang.Object, Java.Lang.IRunnable, IDisposable
Show file Open project: web-atoms/xamarin-v8

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

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

Run() public method

public Run ( ) : void
return void

Timeout() public method

public Timeout ( Handler handler, Action action, long milliSeconds ) : Android.OS
handler Handler
action Action
milliSeconds long
return Android.OS