Click or drag to resize

GridFactoryStop Method

Stop a Grid

Namespace:  CSharpGrid.Grid
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void Stop(
	string gridName,
	bool now
)

Parameters

gridName
Type: SystemString
Grid Name
now
Type: SystemBoolean
Now or wait all jobs have finished?
See Also