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