For Babelfish Release 1.11.1.3

MatchID(Int64, Int64, Int64) Constructor

Creates a new MatchID based on the passed in values for domain id, component id, and sub match id. The primary match id value is filled in using a time stamp.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public MatchID(
	long domainID,
	long componentID,
	long subMatchID
)

Parameters

domainID  Int64
componentID  Int64
subMatchID  Int64

Exceptions

FormatExceptionThrown if one of the passed in values is illegal.

See Also