Share via


CKDatabase.SaveRecordZoneAsync(CKRecordZone) Method

Definition

Saves the specified zone to the current database.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<CloudKit.CKRecordZone> SaveRecordZoneAsync(CloudKit.CKRecordZone zone);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SaveRecordZoneAsync : CloudKit.CKRecordZone -> System.Threading.Tasks.Task<CloudKit.CKRecordZone>
override this.SaveRecordZoneAsync : CloudKit.CKRecordZone -> System.Threading.Tasks.Task<CloudKit.CKRecordZone>

Parameters

Returns

A task that represents the asynchronous SaveRecordZone operation. The value of the TResult parameter is of type System.Action<CloudKit.CKRecordZone,Foundation.NSError>.

Attributes

Applies to