ISyncInvokerInvoke(Action) Method |
Invokes a delegate that returns no value on the script engine's thread.
Namespace: Microsoft.ClearScript.Windows.CoreAssembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.4.5
Syntax void Invoke(
Action action
)
Sub Invoke (
action As Action
)
void Invoke(
Action^ action
)
abstract Invoke :
action : Action -> unit
Parameters
- action Action
- The delegate to invoke on the script engine's thread.
See Also