internal override void ScriptInvoke(Action action) { VerifyNotDisposed(); using (CreateEngineScope()) { proxy.InvokeWithLock(() => ScriptInvokeInternal(action)); } }
internal override void ScriptInvoke(Action action) { VerifyNotDisposed(); proxy.InvokeWithLock(() => BaseScriptInvoke(action)); }