CKDatabase.FetchAllSubscriptionsAsync 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 the CKSubscription objects from the database.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<CloudKit.CKSubscription[]> FetchAllSubscriptionsAsync ();
abstract member FetchAllSubscriptionsAsync : unit -> System.Threading.Tasks.Task<CloudKit.CKSubscription[]>
override this.FetchAllSubscriptionsAsync : unit -> System.Threading.Tasks.Task<CloudKit.CKSubscription[]>
Returns
A task that represents the asynchronous FetchAllSubscriptions operation. The value of the TResult parameter is of type System.Action<CloudKit.CKSubscription[],Foundation.NSError>.
- Attributes