ACAccountStore.RenewCredentialsAsync(ACAccount) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果凭据无效,则尝试续订凭据。
[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>。
- 属性