CKContainer.FetchUserRecordIdAsync 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 the CKRecordID of the current user.
public virtual System.Threading.Tasks.Task<CloudKit.CKRecordID> FetchUserRecordIdAsync ();
abstract member FetchUserRecordIdAsync : unit -> System.Threading.Tasks.Task<CloudKit.CKRecordID>
override this.FetchUserRecordIdAsync : unit -> System.Threading.Tasks.Task<CloudKit.CKRecordID>
Returns
A task that represents the asynchronous FetchUserRecordId operation. The value of the TResult parameter is of type System.Action<CloudKit.CKRecordID,Foundation.NSError>.