Click or drag to resize

NullSyncInvokerInvoke Method (Action)

Invokes a delegate that returns no value on the script engine's thread.

Namespace:  Microsoft.ClearScript.Windows.Core
Assembly:  ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.2.5
Syntax
public void Invoke(
	Action action
)

Parameters

action
Type: SystemAction
The delegate to invoke on the script engine's thread.

Implements

ISyncInvokerInvoke(Action)
Remarks
The NullSyncInvoker implementation of this method invokes action without synchronization.
See Also