CacheInvalidationRecordStruct class

Handles the structure of the cache invalidation record.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.SharedService.CacheInvalidationRecordStruct

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "CacheInvalidationRecordStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class CacheInvalidationRecordStruct
'Usage
Dim instance As CacheInvalidationRecordStruct
[DataContractAttribute(Name = "CacheInvalidationRecordStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class CacheInvalidationRecordStruct

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CacheInvalidationRecordStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace