C-DEngine 5.105

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

Overload List


  Name Description
Public method UpdateItems(Dictionary<(Of <<'(String, T>)>>))
Updates items in the StorageMirror's underlying MirrorCache and/or IStorageService.
Public method UpdateItems(List<(Of <<'(T>)>>))
Updates items in the StorageMirror's underlying MirrorCache and/or IStorageService.
Public method UpdateItems(Dictionary<(Of <<'(String, T>)>>), Action<(Of <<'(TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse>)>>))
Updates items in the StorageMirror's underlying MirrorCache and/or IStorageService and hands the updated items back to the callback.