TaxonomyCacheStatisticsLog.WriteLog method (String, Int64, Int64, Int64, Int64)
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub WriteLog ( _
pItemType As String, _
pTotalLookups As Long, _
pCacheHits As Long, _
pCacheMisses As Long, _
pTotalLookupMilliseconds As Long _
)
'Usage
Dim pItemType As String
Dim pTotalLookups As Long
Dim pCacheHits As Long
Dim pCacheMisses As Long
Dim pTotalLookupMilliseconds As LongTaxonomyCacheStatisticsLog.WriteLog(pItemType, pTotalLookups, _
pCacheHits, pCacheMisses, pTotalLookupMilliseconds)
public static void WriteLog(
string pItemType,
long pTotalLookups,
long pCacheHits,
long pCacheMisses,
long pTotalLookupMilliseconds
)
Parameters
- pItemType
Type: System.String
- pTotalLookups
Type: System.Int64
- pCacheHits
Type: System.Int64
- pCacheMisses
Type: System.Int64
- pTotalLookupMilliseconds
Type: System.Int64
See also
Reference
TaxonomyCacheStatisticsLog class