TheStorageMirror<(Of <(<'T>)>)>..::..InsertUpdateEdgeStorageProperties Method
Inserts or updates a record's property bag into storage after the record itself has been inserted
Namespace:
nsCDEngine.Engines.StorageServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public void InsertUpdateEdgeStorageProperties( Dictionary<string, T> pDetails, TSM ReturnedMsg, Action<TSM> CallBack )
Public Sub InsertUpdateEdgeStorageProperties ( _ pDetails As Dictionary(Of String, T), _ ReturnedMsg As TSM, _ CallBack As Action(Of TSM) _ )
public: void InsertUpdateEdgeStorageProperties( Dictionary<String^, T>^ pDetails, TSM^ ReturnedMsg, Action<TSM^>^ CallBack )
Parameters
- pDetails
- Type: Dictionary<(Of <(<'String, T>)>)>
Classes of type T that contain property bags
- ReturnedMsg
- Type: nsCDEngine.BaseClasses..::..TSM
The message returned after first inserting the records themselves