Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets/sets the AliveTimeStamp before the server free up server resources

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

Syntax

C#
public DateTime AliveTimeStamp { get; set; }
Visual Basic (Declaration)
Public Property AliveTimeStamp As DateTime
Visual C++
public:
property DateTime AliveTimeStamp {
	DateTime get ();
	void set (DateTime value);
}

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.Sockets.SharedCacheStateObject.AliveTimeStamp"]

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Sockets.SharedCacheStateObject.AliveTimeStamp"]

See Also