◆ CheckForUpdate()
AutoUpdateStatus FiftyOne.Pipeline.Engines.Services.IDataUpdateService.CheckForUpdate | ( | IOnPremiseAspectEngine | engine, |
string | dataFileIdentifier = null
|
||
) |
Check if there are updates for the specified engine.
- Parameters
-
- engine - The engine to check for
- dataFileIdentifier - The identifier of the data file to check for. If the engine has only one data file then this parameter is ignored.
- Returns
- The result of the update check.
- Exceptions
-
- DataUpdateException - Thrown if some problem occurs during the update process.
Implemented in FiftyOne.Pipeline.Engines.Services.DataUpdateService.