Click or drag to resize

ExecutionEnvironmentCreate Method (String, Hashtable)

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public static ExecutionEnvironment Create(
	string strName,
	Hashtable objects
)

Parameters

strName
Type: SystemString
objects
Type: System.CollectionsHashtable

Return Value

Type: ExecutionEnvironment
See Also