次の方法で共有


ACAccountStore.RenewCredentialsAsync(ACAccount) メソッド

定義

資格情報が無効になった場合に、資格情報の更新を試みます。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Accounts.ACAccountCredentialRenewResult> RenewCredentialsAsync (Accounts.ACAccount account);
abstract member RenewCredentialsAsync : Accounts.ACAccount -> System.Threading.Tasks.Task<Accounts.ACAccountCredentialRenewResult>
override this.RenewCredentialsAsync : Accounts.ACAccount -> System.Threading.Tasks.Task<Accounts.ACAccountCredentialRenewResult>

パラメーター

account
ACAccount

資格情報を更新する必要があるアカウント。

戻り値

非同期の RenewCredentials 操作を表すタスク。 TResult パラメーターの値は System.Action<Accounts.ACAccountCredentialRenewResult,Foundation.NSError> 型です。

属性

適用対象