Click or drag to resize

ISyncInvoker Interface

Represents an object that enforces thread affinity for a Windows Script engine.

Namespace: Microsoft.ClearScript.Windows.Core
Assembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.4.5
Syntax
public interface ISyncInvoker

The ISyncInvoker type exposes the following members.

Methods
 NameDescription
Public methodCheckAccess Determines whether the calling thread has access to the script engine.
Public methodInvoke(Action) Invokes a delegate that returns no value on the script engine's thread.
Public methodInvokeT(FuncT) Invokes a delegate that returns a value on the script engine's thread.
Public methodVerifyAccess Enforces that the calling thread has access to the script engine.
Top
See Also