del método SPCache.ObjectCacheExists
Devuelve un valor booleano que indica si existe una memoria caché de objetos 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
Public Function ObjectCacheExists ( _
objectTypeName As String _
) As Boolean
'Uso
Dim instance As SPCache
Dim objectTypeName As String
Dim returnValue As Boolean
returnValue = instance.ObjectCacheExists(objectTypeName)
public bool ObjectCacheExists(
string objectTypeName
)
Parámetros
- objectTypeName
Tipo: System.String
Valor devuelto
Tipo: System.Boolean
Devuelve Boolean.