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)
Gets the socket from pool.
Namespace:
SharedCache.WinServiceCommon.SocketsAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public SharedCacheTcpClient GetSocketFromPool( string host ) |
| Visual Basic (Declaration) |
|---|
Public Function GetSocketFromPool ( _ host As String _ ) As SharedCacheTcpClient |
| Visual C++ |
|---|
public: SharedCacheTcpClient^ GetSocketFromPool( String^ host ) |
Parameters
- host
- Type: System..::.String
The host.
Return Value
A SharedCacheTcpClient object.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Sockets.ManageTcpSocketConnectionPool.GetSocketFromPool(System.String)"]