CKContainer.DiscoverUserInfoAsync 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.
Overloads
DiscoverUserInfoAsync(CKRecordID) |
Developers should not use this deprecated method. |
DiscoverUserInfoAsync(String) |
Developers should not use this deprecated method. |
DiscoverUserInfoAsync(CKRecordID)
Developers should not use this deprecated method.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DiscoverUserIdentity' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.None, "Use 'DiscoverUserIdentity' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<CloudKit.CKDiscoveredUserInfo> DiscoverUserInfoAsync (CloudKit.CKRecordID userRecordId);
abstract member DiscoverUserInfoAsync : CloudKit.CKRecordID -> System.Threading.Tasks.Task<CloudKit.CKDiscoveredUserInfo>
override this.DiscoverUserInfoAsync : CloudKit.CKRecordID -> System.Threading.Tasks.Task<CloudKit.CKDiscoveredUserInfo>
Parameters
- userRecordId
- CKRecordID
Returns
A task that represents the asynchronous DiscoverUserInfo operation. The value of the TResult parameter is of type System.Action<CloudKit.CKDiscoveredUserInfo,Foundation.NSError>.
- Attributes
Applies to
DiscoverUserInfoAsync(String)
Developers should not use this deprecated method.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DiscoverUserIdentityWithEmailAddress' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.None, "Use 'DiscoverUserIdentityWithEmailAddress' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<CloudKit.CKDiscoveredUserInfo> DiscoverUserInfoAsync (string email);
abstract member DiscoverUserInfoAsync : string -> System.Threading.Tasks.Task<CloudKit.CKDiscoveredUserInfo>
override this.DiscoverUserInfoAsync : string -> System.Threading.Tasks.Task<CloudKit.CKDiscoveredUserInfo>
Parameters
- String
Returns
A task that represents the asynchronous DiscoverUserInfo operation. The value of the TResult parameter is of type System.Action<CloudKit.CKDiscoveredUserInfo,Foundation.NSError>.
- Attributes