Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Represents the State between each async call and connection to the client socket.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

System..::.Object
  SharedCache.WinServiceCommon.Sockets..::.SharedCacheStateObject

See Also