C-DEngine 5.105

TheStorageMirror<(Of <(<'T>)>)>..::..AddAnItem Method

Overload List


  Name Description
Public method AddAnItem(T)
Adds a single item to the StorageMirror's underlying MirrorCache and/or IStorageService.
Public method AddAnItem(String, T)
Adds a single item to the StorageMirror's underlying MirrorCache and/or IStorageService.
Public method AddAnItem(T, Action<(Of <<'(TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse>)>>))
Adds a single item to the StorageMirror's underlying MirrorCache and/or IStorageService and hands the inserted item back to the callback.