CKDatabase.SaveRecord(CKRecord, Action<CKRecord,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.
Saves the specified CKRecord.
[Foundation.Export("saveRecord:completionHandler:")]
public virtual void SaveRecord (CloudKit.CKRecord record, Action<CloudKit.CKRecord,Foundation.NSError> completionHandler);
abstract member SaveRecord : CloudKit.CKRecord * Action<CloudKit.CKRecord, Foundation.NSError> -> unit
override this.SaveRecord : CloudKit.CKRecord * Action<CloudKit.CKRecord, Foundation.NSError> -> unit
Parameters
- record
- CKRecord
- Attributes