For Babelfish Release 1.11.3.13

ResultEventKeyForResultCofScore(String, 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.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public static string KeyForResultCofScore(
	string matchId,
	string eventName
)

Parameters

matchId  String
eventName  String

Return Value

String

See Also