Edit

Share via


CKModifyRecordsOperation.PerRecordProgress Property

Definition

Action executed as progress information on the CKRecord becomes available.

public virtual Action<CloudKit.CKRecord,double> PerRecordProgress { [Foundation.Export("perRecordProgressBlock", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setPerRecordProgressBlock:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.PerRecordProgress : Action<CloudKit.CKRecord, double> with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to