Gets the underlying memcached SockIOPool instance.

Namespace:  Mindscape.LightSpeed.Caching
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public SockIOPool SockIOPool { get; }
Visual Basic (Declaration)
Public ReadOnly Property SockIOPool As SockIOPool

Field Value

The SockIOPool instance.

See Also