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)
Return Servers CLR (Common Language Runtime), this is needed to decide which
Hashing codes can be used.
Namespace:
SharedCache.WinServiceCommon.Provider.CacheAssembly: 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"]