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>。

属性

适用于