Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets/sets the Worker Socket
Namespace:
SharedCache.WinServiceCommon.Sockets
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public Socket WorkSocket { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property WorkSocket As Socket |
| Visual C++ |
|---|
public:
property Socket^ WorkSocket {
Socket^ get ();
void set (Socket^ value);
} |
Field Value
[Missing <value> documentation for "P:SharedCache.WinServiceCommon.Sockets.SharedCacheStateObject.WorkSocket"]
Remarks
See Also