C# Class Tealium.Utility.ThreadHelper

显示文件 Open project: Tealium/win-library

Public Methods

Method Description
OnBackgroundThread ( System.Action a ) : void
OnUiThread ( System.Action a ) : void

Method Details

OnBackgroundThread() public static method

public static OnBackgroundThread ( System.Action a ) : void
a System.Action
return void

OnUiThread() public static method

public static OnUiThread ( System.Action a ) : void
a System.Action
return void