ACAccountStore.SaveAccount 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.
[Foundation.Export("saveAccount:withCompletionHandler:")]
public virtual void SaveAccount (Accounts.ACAccount account, Accounts.ACAccountStoreSaveCompletionHandler completionHandler);
abstract member SaveAccount : Accounts.ACAccount * Accounts.ACAccountStoreSaveCompletionHandler -> unit
override this.SaveAccount : Accounts.ACAccount * Accounts.ACAccountStoreSaveCompletionHandler -> unit
Parameters
- account
- ACAccount
The account to be saved.
- completionHandler
- ACAccountStoreSaveCompletionHandler
The handler to be called when the method completes.
- Attributes