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

Namespace:  SharedCache.WinServiceCommon.SystemManagement
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static string ReadMemoryData()
Visual Basic (Declaration)
Public Shared Function ReadMemoryData As String
Visual C++
public:
static String^ ReadMemoryData()

Return Value

A String with all information

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SystemManagement.Memory.ReadMemoryData"]

See Also