Freigeben über


ACAccountStore.RemoveAccount Methode

Definition

Entfernt den angegebenen account aus dem Kontospeicher und führt nach Abschluss des Vorgangs einen Vervollständigungshandler aus.

[Foundation.Export("removeAccount:withCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveAccount (Accounts.ACAccount account, Accounts.ACAccountStoreRemoveCompletionHandler completionHandler);
abstract member RemoveAccount : Accounts.ACAccount * Accounts.ACAccountStoreRemoveCompletionHandler -> unit
override this.RemoveAccount : Accounts.ACAccount * Accounts.ACAccountStoreRemoveCompletionHandler -> unit

Parameter

account
ACAccount

Das zu entfernende Konto.

completionHandler
ACAccountStoreRemoveCompletionHandler

Der Handler, der nach dem Entfernen des Kontos ausgeführt werden soll.

Attribute

Gilt für: