Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets/sets the ServiceUsageList

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

Syntax

C#
public Dictionary<string, long> ServiceUsageList { get; set; }
Visual Basic (Declaration)
Public Property ServiceUsageList As Dictionary(Of String, Long)
Visual C++
public:
property Dictionary<String^, long long>^ ServiceUsageList {
	Dictionary<String^, long long>^ get ();
	void set (Dictionary<String^, long long>^ value);
}

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.IndexusStatistic.ServiceUsageList"]

Remarks

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

See Also