Share via


CKDatabase.SaveRecordAsync(CKRecord) Method

Definition

Saves the specified CKRecord.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<CloudKit.CKRecord> SaveRecordAsync(CloudKit.CKRecord record);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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>.

Attributes

Applies to