AssetBackup
public sealed class AssetBackup : ActionProgressNo description is available for this type.
Constructors
Section titled “Constructors”
AssetBackup()
Section titled “AssetBackup()”public AssetBackup()No description is available for this member.
Methods
Section titled “Methods”
ClearCache()
Section titled “ClearCache()”public static void ClearCache()Clears the static backup state cache. Call this when switching database backends to prevent stale data.
GatherState(bool)
Section titled “GatherState(bool)”public static Dictionary<int, List<BackupInfo>> GatherState(bool useCache = true)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
useCache |
System.Boolean |
Returns
System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{AssetInventory.BackupInfo}} — No return description is available.
public Task Run()No description is available for this member.
Returns
System.Threading.Tasks.Task — No return description is available.
Backup(int)
Section titled “Backup(int)”public Task Backup(int assetId = -1)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
assetId |
System.Int32 |
Returns
System.Threading.Tasks.Task — No return description is available.