Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets or sets the size of the socket pool min available.
Namespace:
SharedCache.WinServiceCommon.Configuration.Server
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public int SocketPoolMinAvailableSize { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property SocketPoolMinAvailableSize As Integer |
| Visual C++ |
|---|
public:
property int SocketPoolMinAvailableSize {
int get ();
void set (int value);
} |
Field Value
The size of the socket pool min available.
Remarks
See Also