Click or drag to resize

RhinoAppInvokeOnUiThread Method

Execute a function on the main UI thread.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static void InvokeOnUiThread(
	Delegate method,
	params Object[] args
)

Parameters

method
Type: SystemDelegate
function to execute
args
Type: SystemObject
parameters to pass to the function
See Also