Click or drag to resize

GlobalHostManagerUpdateOneJsExtHostOnThread Method

Updates the JavaScript extension host by refreshing the datastore on a separate thread.

Namespace: Micros.PosCore.Extensibility
Assembly: PosCore (in PosCore.dll) Version: 19.10
Syntax
C#
public 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