CKDatabase.FetchAllSubscriptions 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.
[Foundation.Export("fetchAllSubscriptionsWithCompletionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void FetchAllSubscriptions (Action<CloudKit.CKSubscription[],Foundation.NSError> completionHandler);
abstract member FetchAllSubscriptions : Action<CloudKit.CKSubscription[], Foundation.NSError> -> unit
override this.FetchAllSubscriptions : Action<CloudKit.CKSubscription[], Foundation.NSError> -> unit
Parameters
- completionHandler
- Action<CKSubscription[],NSError>
- Attributes