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