Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Updates the specified msg or its updating the available record if its already added.

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

Syntax

C#
public void Update(
	IndexusMessage msg
)
Visual Basic (Declaration)
Public Sub Update ( _
	msg As IndexusMessage _
)
Visual C++
public:
void Update(
	IndexusMessage^ msg
)

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.CacheCleanup.Update(SharedCache.WinServiceCommon.IndexusMessage)"]

See Also