C-DEngine 5.105

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.StorageService
Assembly:  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
CallBack
Type: Action<(Of <(<'TSM>)>)>
Method that should be called after inserting the property bags