CKDiscoverUserInfosCompletionHandler Delegate
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.
Application developers can implement this delgate and assign it to the M:CloudKit.CKDiscoverUserInfosOperation.Complete* property to process the user information that is returned.
public delegate void CKDiscoverUserInfosCompletionHandler(NSDictionary emailsToUserInfos, NSDictionary userRecordIdsToUserInfos, NSError operationError);
type CKDiscoverUserInfosCompletionHandler = delegate of NSDictionary * NSDictionary * NSError -> unit
Parameters
- emailsToUserInfos
- NSDictionary
- userRecordIdsToUserInfos
- NSDictionary
- operationError
- NSError