Freigeben über


ACAccountStore.RenewCredentials Methode

Definition

Versucht, Anmeldeinformationen zu erneuern, wenn sie ungültig wurden.

[Foundation.Export("renewCredentialsForAccount:completion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RenewCredentials (Accounts.ACAccount account, Action<Accounts.ACAccountCredentialRenewResult,Foundation.NSError> completionHandler);
abstract member RenewCredentials : Accounts.ACAccount * Action<Accounts.ACAccountCredentialRenewResult, Foundation.NSError> -> unit
override this.RenewCredentials : Accounts.ACAccount * Action<Accounts.ACAccountCredentialRenewResult, Foundation.NSError> -> unit

Parameter

account
ACAccount

Das Konto, dessen Anmeldeinformationen erneuert werden müssen.

completionHandler
Action<ACAccountCredentialRenewResult,NSError>

Der Handler, der aufgerufen werden soll, wenn die -Methode abgeschlossen ist.

Attribute

Gilt für: