Compartir a través de


CKContainer.FetchShareParticipantWithEmailAddressAsync(String) Método

Definición

Recupera la CKShareParticipant información del usuario que aceptó un registro compartido.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual System.Threading.Tasks.Task<CloudKit.CKShareParticipant> FetchShareParticipantWithEmailAddressAsync (string emailAddress);
abstract member FetchShareParticipantWithEmailAddressAsync : string -> System.Threading.Tasks.Task<CloudKit.CKShareParticipant>
override this.FetchShareParticipantWithEmailAddressAsync : string -> System.Threading.Tasks.Task<CloudKit.CKShareParticipant>

Parámetros

emailAddress
String

Devoluciones

Tarea que representa la operación asincrónica FetchShareParticipantWithEmailAddress. El valor del parámetro TResult es de tipo System.Action<CloudKit.CKShareParticipant,Foundation.NSError>.

Atributos

Se aplica a