Click or drag to resize

NullSyncInvokerVerifyAccess Method

Enforces that the calling thread has access to the script engine.

Namespace:  Microsoft.ClearScript.Windows.Core
Assembly:  ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.2.3
Syntax
public void VerifyAccess()

Implements

ISyncInvokerVerifyAccess
Remarks
The NullSyncInvoker implementation of this method performs no action.
See Also