SPDistributedCacheCounter.CacheTelemetryDetails property
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CacheTelemetryDetails As IList(Of SPDistributedCacheTelemetryData)
Get
'Usage
Dim instance As SPDistributedCacheCounter
Dim value As IList(Of SPDistributedCacheTelemetryData)
value = instance.CacheTelemetryDetails
public IList<SPDistributedCacheTelemetryData> CacheTelemetryDetails { get; }
Property value
Type: System.Collections.Generic.IList<SPDistributedCacheTelemetryData>
See also
Reference
SPDistributedCacheCounter class