For Babelfish Release 1.11.1.3

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.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public static string KeyForResultCofScore(
	MatchID matchId,
	string eventName
)

Parameters

matchId  MatchID
eventName  String

Return Value

String

See Also