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