Property | Type | Description |
---|
Method | Description | |
---|---|---|
BeginStoring ( ) : void |
Begins the storage transaction.
|
|
ClearLastSession ( ) : void |
Clears the data stored in the last storage transaction.
|
|
Delete ( string key ) : void |
Deletes the data with the specified key.
|
|
EndStoring ( ) : void |
Ends the storage transaction.
|
|
RegisterSingleton ( |
||
RestoreAsync ( ) : System.Threading.Tasks.Task | ||
SaveAsync ( ) : System.Threading.Tasks.Task | ||
Store ( string key, object data ) : void |
Stores the value with the specified key.
|
|
Supports ( StorageMode mode ) : bool |
Indicates what storage modes this mechanism provides.
|
|
TryGet ( string key, object &value ) : bool |
Tries to get the data previously stored with the specified key.
|
|
WinRTRoamingStorageMechanism ( ) : Caliburn.Micro.Autofac.Utils |
Initializes a new instance of the WinRTLocalStorageMechanism class.
|
public RegisterSingleton ( |
||
service | ||
key | string | |
implementation | ||
return | void |
public static RestoreAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public static SaveAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public Store ( string key, object data ) : void | ||
key | string | The key. |
data | object | The data. |
return | void |
public Supports ( StorageMode mode ) : bool | ||
mode | StorageMode | The storage mode to check. |
return | bool |
public TryGet ( string key, object &value ) : bool | ||
key | string | The key. |
value | object | The value. |
return | bool |
public WinRTRoamingStorageMechanism ( ) : Caliburn.Micro.Autofac.Utils | ||
return | Caliburn.Micro.Autofac.Utils |