CKDatabase.DeleteRecordZoneAsync(CKRecordZoneID) 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
.
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
- zoneId
- CKRecordZoneID
Returns
A task that represents the asynchronous DeleteRecordZone operation. The value of the TResult parameter is of type System.Action<CloudKit.CKRecordZoneID,Foundation.NSError>.