ACAccountStore.SaveAccountAsync(ACAccount) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to save an ACAccount to the Accounts database.
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>
Parameters
- account
- ACAccount
The account to be saved.
Returns
A task that represents the asynchronous SaveAccount operation. The value of the TResult parameter is a Accounts.ACAccountStoreSaveCompletionHandler.