Click or drag to resize

ISyncInvokerCheckAccess Method

Determines whether 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.4
Syntax
bool CheckAccess()

Return Value

Type: Boolean
True if the calling thread has access to the script engine, false otherwise.
See Also