ServiceManager StartService Method (String, Int32)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, _
	timeoutMilliseconds As Integer _
) As Boolean

Parameters

serviceName
Type: OnlineSystem String
The name of the service to start.
timeoutMilliseconds
Type: OnlineSystem Int32
The amount of time to wait for the service to start, before giving up.

Return Value

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