IStorageService..::..EdgeDataStore<(Of <(<'T>)>)> Method
This call gives a bit more control over the storing than "EdgeCreateStore".
Namespace:
nsCDEngine.Engines.StorageServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Type Parameters
- T
- The Type (class) of data to be stored
Parameters
- MyValue
- Type: Dictionary<(Of <(<'String, T>)>)>
A Dictionary of all values to be stored. The key is a string that will be used as the unique identifier of the record. The key but must be in a valid Guid format. Currently we cannot use GUID as the key in a generic dictionary due to a limitation of Mono on IOS
- pCMD
- Type: nsCDEngine.Engines.StorageService..::..eSCMD
Tells the StorageService what to do with the data
- MagicID
- Type: String
Some Cookie information to be passed with the call
- CallBack
- Type: Action<(Of <(<'TSM>)>)>
This callback is called when the call is finished and contains a TSM with the result. The TXT parameter contains "DATARETREIVED:" and the PLS contains a serialized "TheDataRetreivalRecord"
- pTableName
- Type: String
Custom TableName if required