CKDatabase.FetchAllRecordZonesAsync 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.
Retrieves all record zones, with low priority.
public virtual System.Threading.Tasks.Task<CloudKit.CKRecordZone[]> FetchAllRecordZonesAsync ();
abstract member FetchAllRecordZonesAsync : unit -> System.Threading.Tasks.Task<CloudKit.CKRecordZone[]>
override this.FetchAllRecordZonesAsync : unit -> System.Threading.Tasks.Task<CloudKit.CKRecordZone[]>
Returns
Task<CKRecordZone[]>
A task that represents the asynchronous FetchAllRecordZones operation. The value of the TResult parameter is of type System.Action<CloudKit.CKRecordZone[],Foundation.NSError>.