Method | Description | |
---|---|---|
Clear ( ) : void | ||
Delete ( string key ) : void |
Delete the specified key.
|
|
DesktopSimpleStorage ( string groupName ) : System | ||
Get ( string key ) : string |
Retrieves value with given key.
|
|
Put ( string key, string value ) : void |
Persists a value with given key.
|
public DesktopSimpleStorage ( string groupName ) : System | ||
groupName | string | |
return | System |
public Put ( string key, string value ) : void | ||
key | string | Key |
value | string | if value is null, the key will be deleted |
return | void |