Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the API counter success.

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

Syntax

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

Field Value

The API counter success.

Remarks

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

See Also