For Babelfish Release 1.11.1.3

ResultListIntermediateFormattedAppendTokenizedResultList Method

When a Result List is tokenized (returned from the rest API in chuncks of 50), its common that ResultListIntermediateFormatted is initialize with only the first chunck of results. This function allows the user to append additional tokenized ResultList to this instance. It assumes the user is passing in the same ResultList, just with a different tokenized chunk of result list items.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public void AppendTokenizedResultList(
	IRLIFList tokenizedResultList
)

Parameters

tokenizedResultList  IRLIFList

Remarks

The caller may wish to call .ReSort() on the Result List prior to calling .AppendTokenizedREsultList(). This is an exstension method that checks to see if the status of the Result List is official, but remains sorted by projected ranking (happens when the orion user closes match too soon).

See Also