Click or drag to resize

ServiceStopScope Constructor

Creates a new service stop scope for a service with specific name.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public ServiceStopScope(
	string serviceName,
	bool stop
)

Parameters

serviceName  String
name of the service
stop  Boolean
If true the service is requiered to be stopped in the scope - otherwise the service must be running
See Also