編集

次の方法で共有


CKDatabase.FetchAllRecordZonesAsync Method

Definition

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

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

Applies to