C# Class Softeq.XToolkit.Common.Droid.DroidMainThreadExecutor

A IMainThreadExecutor implementation for the Xamarin Android platform.
Inheritance: MainThreadExecutorBase
Datei anzeigen Open project: Softeq/XToolkit.WhiteLabel

Protected Methods

Method Description
PlatformBeginInvokeOnMainThread ( Action action ) : void

Method Details

PlatformBeginInvokeOnMainThread() protected method

protected PlatformBeginInvokeOnMainThread ( Action action ) : void
action Action
return void