Freigeben über


ACAccountStore.SaveAccountAsync(ACAccount) Methode

Definition

Versucht, eine ACAccount in der Kontendatenbank zu speichern.

public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> SaveAccountAsync (Accounts.ACAccount account);
abstract member SaveAccountAsync : Accounts.ACAccount -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.SaveAccountAsync : Accounts.ACAccount -> System.Threading.Tasks.Task<bool * Foundation.NSError>

Parameter

account
ACAccount

Das zu speichernde Konto.

Gibt zurück

Eine Aufgabe, die den asynchronen SaveAccount-Vorgang darstellt. Der Wert des TResult-Parameters ist ein Accounts.ACAccountStoreSaveCompletionHandler.

Gilt für: