Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Helps to identify if all servers have same CLR (Common Language Runtime) installed.

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

Syntax

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

Remarks

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

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..::.CheckServerNodeClr

See Also