Edit

Share via


CKDatabase.FetchRecordZoneAsync(CKRecordZoneID) Method

Definition

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

Returns

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

Applies to