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

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

Syntax

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

Parameters

msg
Type: System..::.String
The MSG.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Handler.LogHandler.MemoryDebug(System.String)"]

See Also