Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Returns current build version of Shared Cache

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

Syntax

C#
public override IDictionary<string, string> ServerNodeVersionSharedCache()
Visual Basic (Declaration)
Public Overrides Function ServerNodeVersionSharedCache As IDictionary(Of String, String)
Visual C++
public:
virtual IDictionary<String^, String^>^ ServerNodeVersionSharedCache() override

Return Value

Shared Cache version number as String e.g. xxxx.xxxx.xxxx.xxxx

Remarks

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

See Also