Share via


NSPersistentCloudKitContainer.PurgeObjectsAndRecordsInZoneAsync Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<CloudKit.CKRecordZoneID> PurgeObjectsAndRecordsInZoneAsync(CloudKit.CKRecordZoneID zoneId, CoreData.NSPersistentStore? persistentStore);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PurgeObjectsAndRecordsInZoneAsync : CloudKit.CKRecordZoneID * CoreData.NSPersistentStore -> System.Threading.Tasks.Task<CloudKit.CKRecordZoneID>
override this.PurgeObjectsAndRecordsInZoneAsync : CloudKit.CKRecordZoneID * CoreData.NSPersistentStore -> System.Threading.Tasks.Task<CloudKit.CKRecordZoneID>

Parameters

persistentStore
NSPersistentStore

Returns

Attributes

Applies to