For Babelfish Release 1.11.1.3

ResultListSlidingWindowPushResultList Method

When a Result List gets generated, the user should push the Result List into the ResultListSlidingWindow using this method.

When the MODE is NOW, the next time the user calls GetResultList() this Result List is returned.

When the MODE is a sliding window (1, 3, or 5 mins), the youngest Result List that is older then the requested time span is returned.

Definition

Namespace: Scopos.BabelFish.DataActors.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public static void PushResultList(
	ResultList resultList
)

Parameters

resultList  ResultList

See Also