TheStorageMirror<(Of <(<'T>)>)>..::..AddAnItem Method
Overload List
Name | Description | |
---|---|---|
AddAnItem(T) |
Adds a single item to the StorageMirror's underlying MirrorCache and/or IStorageService.
|
|
AddAnItem(String, T) |
Adds a single item to the StorageMirror's underlying MirrorCache and/or IStorageService.
|
|
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.
|