TheStorageMirror<(Of <(<'T>)>)>..::..AddItems Method
Overload List
Name | Description | |
---|---|---|
AddItems(Dictionary<(Of <<'(String, T>)>>)) |
Adds new items to the StorageMirror's underlying MirrorCache and/or IStorageService.
|
|
AddItems(List<(Of <<'(T>)>>), Action<(Of <<'(TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse>)>>)) |
Adds new items to the StorageMirror's underlying MirrorCache and/or IStorageService and hands the inserted items back to the callback.
|
|
AddItems(Dictionary<(Of <<'(String, T>)>>), Action<(Of <<'(TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse>)>>)) |
Adds new items to the StorageMirror's underlying MirrorCache and/or IStorageService and hands the inserted items back to the callback.
|