CKDatabase.DeleteRecordZone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the zone at the specified zoneId
.
[Foundation.Export("deleteRecordZoneWithID:completionHandler:")]
public virtual void DeleteRecordZone (CloudKit.CKRecordZoneID zoneId, Action<CloudKit.CKRecordZoneID,Foundation.NSError> completionHandler);
abstract member DeleteRecordZone : CloudKit.CKRecordZoneID * Action<CloudKit.CKRecordZoneID, Foundation.NSError> -> unit
override this.DeleteRecordZone : CloudKit.CKRecordZoneID * Action<CloudKit.CKRecordZoneID, Foundation.NSError> -> unit
Parameters
- zoneId
- CKRecordZoneID
- completionHandler
- Action<CKRecordZoneID,NSError>
- Attributes