Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Restarts the service.

Namespace:  SharedCache.Notify
Assembly:  SharedCache.Notify (in SharedCache.Notify.exe) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static void RestartService(
	string service
)
Visual Basic (Declaration)
Public Shared Sub RestartService ( _
	service As String _
)
Visual C++
public:
static void RestartService(
	String^ service
)

Parameters

service
Type: System..::.String
The service.

Remarks

[Missing <remarks> documentation for "M:SharedCache.Notify.Common.RestartService(System.String)"]

See Also