Compartir a través de


del método ISPCache.EnumObjectList

Devuelve un List de los nombres de todos los objetos en la memoria caché con el tipo de objeto especificado.

Espacio de nombres:  Microsoft.Office.Server.ObjectCache
Ensamblado:  Microsoft.Office.Server (en Microsoft.Office.Server.dll)

Sintaxis

'Declaración
Function EnumObjectList ( _
    objectTypeName As String _
) As List(Of String)
'Uso
Dim instance As ISPCache
Dim objectTypeName As String
Dim returnValue As List(Of String)

returnValue = instance.EnumObjectList(objectTypeName)
List<string> EnumObjectList(
    string objectTypeName
)

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.List<String>
Devuelve List<T>.

Vea también

Referencia

interfaz ISPCache

Miembros ISPCache

Espacio de nombres Microsoft.Office.Server.ObjectCache