For Babelfish Release 1.12.5.15

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.5.15+bc7490f802416c9e774304c66372b6a26afede1d
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