Share via


CKContainer.FetchUserRecordIdAsync Method

Definition

Retrieves the CKRecordID of the current user.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<CloudKit.CKRecordID> FetchUserRecordIdAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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>.

Attributes

Applies to