Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Updates the specified msg or its updating the available record if its already added.
Namespace:
SharedCache.WinServiceCommonAssembly: 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 ) |
Parameters
- msg
- Type: SharedCache.WinServiceCommon..::.IndexusMessage
The MSG.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.CacheCleanup.Update(SharedCache.WinServiceCommon.IndexusMessage)"]