Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Return Servers CLR (Common Language Runtime), this is needed to decide which Hashing codes can be used.

Namespace:  SharedCache.WinServiceCommon.Provider.Cache
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public abstract IDictionary<string, string> ServerNodeVersionClr()
Visual Basic (Declaration)
Public MustOverride Function ServerNodeVersionClr As IDictionary(Of String, String)
Visual C++
public:
virtual IDictionary<String^, String^>^ ServerNodeVersionClr() abstract

Return Value

CLR (Common Language Runtime) version number as String e.g. xxxx.xxxx.xxxx.xxxx

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Cache.IndexusProviderBase.ServerNodeVersionClr"]

See Also