Click or drag to resize

MessageInterestFromScope Method

Gets a MessageInterest representing a scope specified by it's name.

Namespace: Sportradar.OddsFeed.SDK.Entities
Assembly: Sportradar.OddsFeed.SDK.Entities (in Sportradar.OddsFeed.SDK.Entities.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public static MessageInterest FromScope(
	string scopeName
)

Parameters

scopeName  String
The name of the scope

Return Value

MessageInterest
The MessageInterest representing a scope specified by it's name.
See Also