Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets or sets the service amount of objects.

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

Syntax

C#
public long ServiceAmountOfObjects { get; set; }
Visual Basic (Declaration)
Public Property ServiceAmountOfObjects As Long
Visual C++
public:
property long long ServiceAmountOfObjects {
	long long get ();
	void set (long long value);
}

Field Value

The service amount of objects.

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.IndexusStatistic.ServiceAmountOfObjects"]

See Also