Share via


NSPersistentCloudKitContainer.FetchParticipantsMatchingLookupInfos Method

Definition

[Foundation.Export("fetchParticipantsMatchingLookupInfos:intoPersistentStore:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FetchParticipantsMatchingLookupInfos(CloudKit.CKUserIdentityLookupInfo[] lookupInfos, CoreData.NSPersistentStore persistentStore, CoreData.NSPersistentCloudKitContainerFetchParticipantsMatchingLookupInfosHandler handler);
[<Foundation.Export("fetchParticipantsMatchingLookupInfos:intoPersistentStore:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchParticipantsMatchingLookupInfos : CloudKit.CKUserIdentityLookupInfo[] * CoreData.NSPersistentStore * CoreData.NSPersistentCloudKitContainerFetchParticipantsMatchingLookupInfosHandler -> unit
override this.FetchParticipantsMatchingLookupInfos : CloudKit.CKUserIdentityLookupInfo[] * CoreData.NSPersistentStore * CoreData.NSPersistentCloudKitContainerFetchParticipantsMatchingLookupInfosHandler -> unit

Parameters

lookupInfos
CKUserIdentityLookupInfo[]
persistentStore
NSPersistentStore
Attributes

Applies to