ServiceStopScope Constructor |
Creates a new service stop scope for a service with specific name.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic ServiceStopScope(
string serviceName,
bool stop
)
Public Sub New (
serviceName As String,
stop As Boolean
)
public:
ServiceStopScope(
String^ serviceName,
bool stop
)
new :
serviceName : string *
stop : bool -> ServiceStopScope
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