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)
Determinates if specific pool is available.
Namespace:
SharedCache.WinServiceCommon.SocketsAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public bool Available( string host ) |
| Visual Basic (Declaration) |
|---|
Public Function Available ( _ host As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool Available( String^ host ) |
Parameters
- host
- Type: System..::.String
A String which defines the host.
Return Value
A Boolean which represents the status.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Sockets.ManageTcpSocketConnectionPool.Available(System.String)"]