For Babelfish Release 1.12.4.4

TournamentMergerFactoryAsync Method

Factory method to construct a new TournamentMerger instance.

It constructs an instance based on the passed in Tournament and result list name (that better be part of that Tournament).

Definition

Namespace: Scopos.BabelFish.DataActors.Tournaments
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
public static Task<TournamentMerger> FactoryAsync(
	Tournament tournament,
	string resultName
)

Parameters

tournament  Tournament
resultName  String

Return Value

TaskTournamentMerger

Exceptions

ArgumentExceptionIf resultName is not found within the Tournament's MergedResultLists.

See Also