ACAccountStore.SaveAccountAsync(ACAccount) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試將 儲存 ACAccount 至 Accounts 資料庫。
public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> SaveAccountAsync (Accounts.ACAccount account);
abstract member SaveAccountAsync : Accounts.ACAccount -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.SaveAccountAsync : Accounts.ACAccount -> System.Threading.Tasks.Task<bool * Foundation.NSError>
參數
- account
- ACAccount
要儲存的帳戶。
傳回
表示非同步 SaveAccount 作業的工作。 TResult 參數的值是 Accounts.ACAccountStoreSaveCompletionHandler。