Method Post
Post(Action?)
Adds specified action to the message queue and executes it on the UI thread.
public static void Post(Action? action)
Parameters
actionAction
Adds specified action to the message queue and executes it on the UI thread.
public static void Post(Action? action)
action Action