Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Force a message, undepend of the Configuration.

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

Parameters

msg
Type: System..::.String
a String message

Remarks

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

See Also