C-DEngine 5.105

IStorageService..::..EdgeUpdateStore Method

Updates a store definition in the Storage Service

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


void EdgeUpdateStore(
	Type MyClass,
	string pDeviceName,
	string StoreDescription,
	Action<TSM> CallBack,
	string pTableName
)
Sub EdgeUpdateStore ( _
	MyClass As Type, _
	pDeviceName As String, _
	StoreDescription As String, _
	CallBack As Action(Of TSM), _
	pTableName As String _
)
void EdgeUpdateStore(
	Type^ MyClass, 
	String^ pDeviceName, 
	String^ StoreDescription, 
	Action<TSM^>^ CallBack, 
	String^ pTableName
)

Parameters

MyClass
Type: Type
Class specifying the store definition to be updated
pDeviceName
Type: String
The new name of the Device that owns this store
StoreDescription
Type: String
Friendly description of the store
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 "DATAUPDATED:" and the PLS contains a serialized "TheDataRetrievalRecord"
pTableName
Type: String
Table name specifying the store definition to be updatee