Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.

[Missing <summary> documentation for "T:SharedCache.WinServiceCommon.Threading.SharedCacheThreadPool"]

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

Syntax

C#
public class SharedCacheThreadPool : WaitHandle
Visual Basic (Declaration)
Public Class SharedCacheThreadPool _
	Inherits WaitHandle
Visual C++
public ref class SharedCacheThreadPool : public WaitHandle

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.Threading.SharedCacheThreadPool"]

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.Threading..::.WaitHandle
      SharedCache.WinServiceCommon.Threading..::.SharedCacheThreadPool

See Also