Share via


CKContainer.FetchShareParticipantAsync(CKRecordID) Method

Definition

Retrieves the CKShareParticipant information for the user who accepted a shared record.

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

Parameters

userRecordID
CKRecordID

Returns

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

Attributes

Applies to