CKDatabase.FetchRecordAsync(CKRecordID) 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.
Fetches the CKRecord with the specified recordId
.
public virtual System.Threading.Tasks.Task<CloudKit.CKRecord> FetchRecordAsync (CloudKit.CKRecordID recordId);
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>.