For Babelfish Release 1.12.3.10

ResultEventKeyForResultCofScore(MatchID, String) Method

The idea of this name scheme for the key is to use matchId as a namespace. Since each event name within a match has to be unique, and each matchId is unique, then the key too will be unique.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public static string KeyForResultCofScore(
	MatchID matchId,
	string eventName
)

Parameters

matchId  MatchID
eventName  String

Return Value

String

See Also