GlobalHostManagerUpdateOneJsExtHostOnThread Method |
Updates the JavaScript extension host by refreshing the datastore on a separate thread.
Namespace: Micros.PosCore.ExtensibilityAssembly: PosCore (in PosCore.dll) Version: 19.10
Syntaxpublic static void UpdateOneJsExtHostOnThread(
string context,
HostType hostType
)
Parameters
- context String
- The context or origin of the call (useful for logging).
- hostType HostType
- The type of extension host to update.
See Also