Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Initializes a new instance of the ManageTcpSocketConnectionPool class.

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

Syntax

C#
public ManageTcpSocketConnectionPool(
	bool instanceClientPools
)
Visual Basic (Declaration)
Public Sub New ( _
	instanceClientPools As Boolean _
)
Visual C++
public:
ManageTcpSocketConnectionPool(
	bool instanceClientPools
)

Parameters

instanceClientPools
Type: System..::.Boolean

[Missing <param name="instanceClientPools"/> documentation for "M:SharedCache.WinServiceCommon.Sockets.ManageTcpSocketConnectionPool.#ctor(System.Boolean)"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Sockets.ManageTcpSocketConnectionPool.#ctor(System.Boolean)"]

See Also