CKDiscoverUserInfosCompletionHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
應用程式開發人員可以實作此 delgate,並將其指派給 M:CloudKit.CKDiscoverUserInfosOperation.Complete*屬性,以處理傳回的使用者資訊。
public delegate void CKDiscoverUserInfosCompletionHandler(NSDictionary emailsToUserInfos, NSDictionary userRecordIdsToUserInfos, NSError operationError);
type CKDiscoverUserInfosCompletionHandler = delegate of NSDictionary * NSDictionary * NSError -> unit
參數
- emailsToUserInfos
- NSDictionary
- userRecordIdsToUserInfos
- NSDictionary
- operationError
- NSError