Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
While Familiy Mode is enabled this Thread task is responsible to replicate data to other servers within the familiy.

Namespace:  SharedCache.WinService
Assembly:  SharedCache.WinService (in SharedCache.WinService.exe) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public class TcpServerReplication : IInit
Visual Basic (Declaration)
Public Class TcpServerReplication _
	Implements IInit
Visual C++
public ref class TcpServerReplication : IInit

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinService.TcpServerReplication"]

Inheritance Hierarchy

System..::.Object
  SharedCache.WinService..::.TcpServerReplication

See Also