CKDatabase.SaveRecordZone 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.
[Foundation.Export("saveRecordZone:completionHandler:")]
public virtual void SaveRecordZone (CloudKit.CKRecordZone zone, Action<CloudKit.CKRecordZone,Foundation.NSError> completionHandler);
abstract member SaveRecordZone : CloudKit.CKRecordZone * Action<CloudKit.CKRecordZone, Foundation.NSError> -> unit
override this.SaveRecordZone : CloudKit.CKRecordZone * Action<CloudKit.CKRecordZone, Foundation.NSError> -> unit
Parameters
- zone
- CKRecordZone
- completionHandler
- Action<CKRecordZone,NSError>
- Attributes