Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Maintain Windows Service, possibility to start / re-start / stop shared cache windows service

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

Syntax

C#
public class WinServiceController : Form
Visual Basic (Declaration)
Public Class WinServiceController _
	Inherits Form
Visual C++
public ref class WinServiceController : public Form

Remarks

[Missing <remarks> documentation for "T:SharedCache.Notify.WinServiceController"]

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.Form
              SharedCache.Notify..::.WinServiceController

See Also