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 socket to pool.
Namespace:
SharedCache.WinServiceCommon.SocketsAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public void PutSocketToPool( string host, SharedCacheTcpClient socket ) |
| Visual Basic (Declaration) |
|---|
Public Sub PutSocketToPool ( _ host As String, _ socket As SharedCacheTcpClient _ ) |
| Visual C++ |
|---|
public: void PutSocketToPool( String^ host, SharedCacheTcpClient^ socket ) |
Parameters
- host
- Type: System..::.String
The host.
- socket
- Type: SharedCache.WinServiceCommon.Sockets..::.SharedCacheTcpClient
The socket.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Sockets.ManageTcpSocketConnectionPool.PutSocketToPool(System.String,SharedCache.WinServiceCommon.Sockets.SharedCacheTcpClient)"]