Method | Description | |
---|---|---|
Initialize ( ) : void |
Initializes the isolated storage settings provider.
|
|
IsolatedStorageSettingsProvider ( TestServiceProvider testService ) : System |
Initializes a new isolated storage settings provider.
|
|
SaveSettings ( Action |
Saves the current settings values.
|
Method | Description | |
---|---|---|
InitializeSettings ( ) : void |
Initialize the isolated storage application settings object.
|
|
LoadSettings ( ) : void |
Recalls the stored settings values from isolated storage.
|
public IsolatedStorageSettingsProvider ( TestServiceProvider testService ) : System | ||
testService | TestServiceProvider | The test service instance. |
return | System |
public SaveSettings ( Action |
||
callback | Action |
The service completion callback. |
return | void |