ISPCache.GetItemCount Method

Returns the number of items in the cache with the specified object type.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Function GetItemCount ( _
    objectTypeName As String _
) As UInteger
'Usage
Dim instance As ISPCache
Dim objectTypeName As String
Dim returnValue As UInteger

returnValue = instance.GetItemCount(objectTypeName)
uint GetItemCount(
    string objectTypeName
)

Parameters

Return Value

Type: System.UInt32
Returns UInt32.

See Also

Reference

ISPCache Interface

ISPCache Members

Microsoft.Office.Server.ObjectCache Namespace