TheStorageMirror<(Of <(<'T>)>)>..::..AddAnItem Method (T)
Adds a single item to the StorageMirror's underlying MirrorCache and/or IStorageService.
Namespace:
nsCDEngine.Engines.StorageServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public void AddAnItem( T pDetails )
Public Sub AddAnItem ( _ pDetails As T _ )
public: void AddAnItem( T pDetails )
Parameters
- pDetails
- Type: T
The item to be added.