Class ErpListCache
Assembly: SuperOffice.Services.Implementation.dll
Syntax
public class ErpListCache : CacheBaseV2
Constructors
ErpListCache()
Declaration
Properties
TableNames
Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
Methods
GetList(int, string)
Declaration
public Dictionary<string, string> GetList(int connectionId, string listName)
Parameters
Type |
Name |
Description |
int |
connectionId |
|
string |
listName |
|
Returns
OnLoad()
Declaration
protected override void OnLoad()
OnLoadAsync(CancellationToken)
Declaration
protected override Task OnLoadAsync(CancellationToken cancellationToken)
Parameters
Returns
SetList(int, string, Dictionary<string, string>)
Declaration
public void SetList(int connectionId, string listName, Dictionary<string, string> list)
Parameters