Click or drag to resize

URN(String, String, Int64) Constructor

Initializes a new instance of the URN class.

Namespace: Sportradar.OddsFeed.SDK.Messages
Assembly: Sportradar.OddsFeed.SDK.Messages (in Sportradar.OddsFeed.SDK.Messages.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public URN(
	string prefix,
	string type,
	long id
)

Parameters

prefix  String
The prefix of the URN
type  String
The type of the resource associated with the URN
id  Int64
The numerical identifier of the resource associated with the URN
See Also