C-DEngine 5.105

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

Overload List


  Name Description
Public method GetEntryByID(Guid)
This only works with RAM or Cached StorageMirrors for SQL Based use callback based method
Public method GetEntryByID(String)
This only works with RAM or Cached StorageMirrors for SQL Based use callback based method
Public method GetEntryByID(Guid, Action<(Of <<'(TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse>)>>), Boolean, Object)
Retrieves a single record by ID from the StorageMirror's underlying MirrorCache or IStorageService and hands it to the callback. If IsRAMStore or IsCached, the record will be retrieved from the MirrorCache. If IsRAMStore is false, the record will be retrieved from the IStorageService.