[Missing <summary> documentation for "M:Bespoke.Common.ServiceManager.StopService(System.String,System.Int32)"]

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static bool StopService(
	string serviceName,
	int timeoutMilliseconds
)
Visual Basic (Declaration)
Public Shared Function StopService ( _
	serviceName As String, _
	timeoutMilliseconds As Integer _
) As Boolean
Visual C++
public:
static bool StopService(
	String^ serviceName, 
	int timeoutMilliseconds
)

Parameters

serviceName
Type: System..::.String

[Missing <param name="serviceName"/> documentation for "M:Bespoke.Common.ServiceManager.StopService(System.String,System.Int32)"]

timeoutMilliseconds
Type: System..::.Int32

[Missing <param name="timeoutMilliseconds"/> documentation for "M:Bespoke.Common.ServiceManager.StopService(System.String,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.ServiceManager.StopService(System.String,System.Int32)"]

See Also