Share via


NSPersistentCloudKitContainer.PersistUpdatedShareAsync Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<CloudKit.CKShare> PersistUpdatedShareAsync(CloudKit.CKShare share, CoreData.NSPersistentStore persistentStore);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PersistUpdatedShareAsync : CloudKit.CKShare * CoreData.NSPersistentStore -> System.Threading.Tasks.Task<CloudKit.CKShare>
override this.PersistUpdatedShareAsync : CloudKit.CKShare * CoreData.NSPersistentStore -> System.Threading.Tasks.Task<CloudKit.CKShare>

Parameters

share
CKShare
persistentStore
NSPersistentStore

Returns

Attributes

Applies to