For Babelfish Release 1.12.3.10

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.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
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