CKDatabase.DeleteRecord(CKRecordID, Action<CKRecordID,NSError>) 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
.
[Foundation.Export("deleteRecordWithID:completionHandler:")]
public virtual void DeleteRecord (CloudKit.CKRecordID recordId, Action<CloudKit.CKRecordID,Foundation.NSError> completionHandler);
abstract member DeleteRecord : CloudKit.CKRecordID * Action<CloudKit.CKRecordID, Foundation.NSError> -> unit
override this.DeleteRecord : CloudKit.CKRecordID * Action<CloudKit.CKRecordID, Foundation.NSError> -> unit
Parameters
- recordId
- CKRecordID
- completionHandler
- Action<CKRecordID,NSError>
- Attributes