Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the amount of servers which are configured.

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

Syntax

C#
public abstract long Count { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Count As Long
Visual C++
public:
virtual property long long Count {
	long long get () abstract;
}

Field Value

The amount of servers

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Provider.Server.IndexusServerProviderBase.Count"]

See Also