C-DEngine 5.105

TheMirrorCache<(Of <(<'T>)>)>..::..NotifyOfUpdate Method

Notifies the of update.

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

Syntax


public void NotifyOfUpdate(
	List<T> pUpdatedRecord
)
Public Sub NotifyOfUpdate ( _
	pUpdatedRecord As List(Of T) _
)
public:
void NotifyOfUpdate(
	List<T>^ pUpdatedRecord
)

Parameters

pUpdatedRecord
Type: List<(Of <(<'T>)>)>
The p updated record.