Click or drag to resize
CSYSRunMultiUserScript Method
Execute a script using multithreaded users

Available since Oasis montaj version: 5.1.6
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
No access is provided in the script to EMAPS or EDBS. Users must ensure that the resources that are shared are protected.
Syntax
public static void RunMultiUserScript(
	string str1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6
)

Parameters

str1
Type: SystemString
Script to run
i2
Type: SystemInt32
Number of users to run
i3
Type: SystemInt32
Number of iterations to run (for each user)
i4
Type: SystemInt32
Minimum wait time between iterations (0 for none)
i5
Type: SystemInt32
Maximum wait time between iterations (0 for none)
i6
Type: SystemInt32
Ramp up time for users (0 for all users start immediatly)
See Also