ServiceManager StartService Method (String)Bespoke Osc Library
Start a service.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Function StartService ( _
	serviceName As String _
) As Boolean

Parameters

serviceName
Type: OnlineSystem String
The name of the service to start.

Return Value

true if the service was successfully started; otherwise, false.
See Also