Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Logging Fatal Error Message around synchronizing data

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 SyncFatal(
	string msg
)
Visual Basic (Declaration)
Public Shared Sub SyncFatal ( _
	msg As String _
)
Visual C++
public:
static void SyncFatal(
	String^ msg
)

Parameters

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

Remarks

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

See Also