CKDatabase.DeleteRecordZoneAsync(CKRecordZoneID) Method

Definition

Deletes the zone at the specified zoneId.

public virtual System.Threading.Tasks.Task<CloudKit.CKRecordZoneID> DeleteRecordZoneAsync (CloudKit.CKRecordZoneID zoneId);
abstract member DeleteRecordZoneAsync : CloudKit.CKRecordZoneID -> System.Threading.Tasks.Task<CloudKit.CKRecordZoneID>
override this.DeleteRecordZoneAsync : CloudKit.CKRecordZoneID -> System.Threading.Tasks.Task<CloudKit.CKRecordZoneID>

Parameters

Returns

A task that represents the asynchronous DeleteRecordZone operation. The value of the TResult parameter is of type System.Action<CloudKit.CKRecordZoneID,Foundation.NSError>.

Applies to