CKDatabase.DeleteRecordAsync(CKRecordID) 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 record with the recordId
.
public virtual System.Threading.Tasks.Task<CloudKit.CKRecordID> DeleteRecordAsync (CloudKit.CKRecordID recordId);
abstract member DeleteRecordAsync : CloudKit.CKRecordID -> System.Threading.Tasks.Task<CloudKit.CKRecordID>
override this.DeleteRecordAsync : CloudKit.CKRecordID -> System.Threading.Tasks.Task<CloudKit.CKRecordID>
Parameters
- recordId
- CKRecordID
Returns
A task that represents the asynchronous DeleteRecord operation. The value of the TResult parameter is of type System.Action<CloudKit.CKRecordID,Foundation.NSError>.