For Babelfish Release 1.12.4.4

DynamicEssentialDataFileGenerateAsync Method

Method to call to generate the RESULT LIST FORMAT.

Concrete classes are responsible for composing this method.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
public override Task<ResultListFormat> GenerateAsync(
	IRLIFList irlitList
)

Parameters

irlitList  IRLIFList
 

Return Value

TaskResultListFormat

See Also