Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Puts the client back to the pool
Namespace:
SharedCache.WinServiceCommon.SocketsAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public static void PutClient( string host, SharedCacheTcpClient client ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub PutClient ( _ host As String, _ client As SharedCacheTcpClient _ ) |
| Visual C++ |
|---|
public: static void PutClient( String^ host, SharedCacheTcpClient^ client ) |
Parameters
- host
- Type: System..::.String
The host.
- client
- Type: SharedCache.WinServiceCommon.Sockets..::.SharedCacheTcpClient
The client.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Sockets.ManageClientTcpSocketConnectionPoolFactory.PutClient(System.String,SharedCache.WinServiceCommon.Sockets.SharedCacheTcpClient)"]