Share via


NSPersistentCloudKitContainer.PurgeObjectsAndRecordsInZone Method

Definition

[Foundation.Export("purgeObjectsAndRecordsInZoneWithID:inPersistentStore:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PurgeObjectsAndRecordsInZone(CloudKit.CKRecordZoneID zoneId, CoreData.NSPersistentStore? persistentStore, CoreData.NSPersistentCloudKitContainerPurgeObjectsAndRecordsInZoneHandler? handler);
[<Foundation.Export("purgeObjectsAndRecordsInZoneWithID:inPersistentStore:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PurgeObjectsAndRecordsInZone : CloudKit.CKRecordZoneID * CoreData.NSPersistentStore * CoreData.NSPersistentCloudKitContainerPurgeObjectsAndRecordsInZoneHandler -> unit
override this.PurgeObjectsAndRecordsInZone : CloudKit.CKRecordZoneID * CoreData.NSPersistentStore * CoreData.NSPersistentCloudKitContainerPurgeObjectsAndRecordsInZoneHandler -> unit

Parameters

persistentStore
NSPersistentStore
Attributes

Applies to