Set the service start mode

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function SetServiceStartMode ( _
	name As String, _
	startMode As ServiceUtils..::..ServiceStart _
) As Boolean
C#
public static bool SetServiceStartMode(
	string name,
	ServiceUtils..::..ServiceStart startMode
)

Return Value

See Also