CFPreferences.AppSynchronize Method

Definition

Overloads

AppSynchronize()

For the current application, writes all newly set preferences to permanent storage and then loads all existing preferences.

AppSynchronize(NSString)

For the application that is identified by applicationId, writes all newly set preferences to permanent storage and then loads all existing preferences.

AppSynchronize(String)

For the application that is identified by applicationId, writes all newly set preferences to permanent storage and then loads all existing preferences.

AppSynchronize()

For the current application, writes all newly set preferences to permanent storage and then loads all existing preferences.

public static bool AppSynchronize ();
static member AppSynchronize : unit -> bool

Returns

Applies to

AppSynchronize(NSString)

For the application that is identified by applicationId, writes all newly set preferences to permanent storage and then loads all existing preferences.

public static bool AppSynchronize (Foundation.NSString applicationId);
static member AppSynchronize : Foundation.NSString -> bool

Parameters

applicationId
NSString

Returns

Applies to

AppSynchronize(String)

For the application that is identified by applicationId, writes all newly set preferences to permanent storage and then loads all existing preferences.

public static bool AppSynchronize (string applicationId);
static member AppSynchronize : string -> bool

Parameters

applicationId
String

Returns

Applies to