Share via


CKDatabase.FetchRecordAsync(CKRecordID) Method

Definition

Fetches the CKRecord with the specified recordId.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<CloudKit.CKRecord> FetchRecordAsync(CloudKit.CKRecordID recordId);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchRecordAsync : CloudKit.CKRecordID -> System.Threading.Tasks.Task<CloudKit.CKRecord>
override this.FetchRecordAsync : CloudKit.CKRecordID -> System.Threading.Tasks.Task<CloudKit.CKRecord>

Parameters

recordId
CKRecordID

Returns

A task that represents the asynchronous FetchRecord operation. The value of the TResult parameter is of type System.Action<CloudKit.CKRecord,Foundation.NSError>.

Attributes

Applies to