CKDatabase.FetchRecordZone 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.
Fetches the CKRecordZone with the specified zoneId
.
[Foundation.Export("fetchRecordZoneWithID:completionHandler:")]
public virtual void FetchRecordZone (CloudKit.CKRecordZoneID zoneId, Action<CloudKit.CKRecordZone,Foundation.NSError> completionHandler);
abstract member FetchRecordZone : CloudKit.CKRecordZoneID * Action<CloudKit.CKRecordZone, Foundation.NSError> -> unit
override this.FetchRecordZone : CloudKit.CKRecordZoneID * Action<CloudKit.CKRecordZone, Foundation.NSError> -> unit
Parameters
- zoneId
- CKRecordZoneID
- completionHandler
- Action<CKRecordZone,NSError>
- Attributes