◆ RefreshData() [1/2]
override void Examples.OnPremiseEngine.FlowElements.SimpleOnPremiseEngine.RefreshData | ( | string | dataFileIdentifier | ) |
Causes the engine to reload data from the file at IAspectEngineDataFile.DataFilePath for the data file matching the given identifier.
Implementors should consider thread-safety to ensure that parallel calls to 'Process' will resolve as normal.
- Parameters
-
- dataFileIdentifier - The identifier of the data file to update. Must match the value in IAspectEngineDataFile.Identifier. If the engine only has a single data file, this parameter is ignored. If null is passed then all data files should be refreshed.
Implements FiftyOne.Pipeline.Engines.FlowElements.OnPremiseAspectEngineBase< IStarSignData, IAspectPropertyMetaData >.