Click or drag to resize

ISyncInvoker Methods

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