Click or drag to resize

OddsCreatorServiceBegingetSidebetsWithMatchid Method

[Missing <summary> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetSidebetsWithMatchid(System.Int64,System.Nullable{System.Int32}[],System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.AsyncCallback,System.Object)"]


Namespace: Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator
Assembly: OddsCreatorProvider (in OddsCreatorProvider.dll) Version: 2.28.0.0
Syntax
C#
public IAsyncResult BegingetSidebetsWithMatchid(
	long matchId,
	int?[] oddsTypeIds,
	double homeOdds,
	double drawOdds,
	double awayOdds,
	double totalSpread,
	double overOdds,
	double underOdds,
	AsyncCallback callback,
	Object asyncState
)

Parameters

matchId  Int64

[Missing <param name="matchId"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetSidebetsWithMatchid(System.Int64,System.Nullable{System.Int32}[],System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.AsyncCallback,System.Object)"]

oddsTypeIds  NullableInt32

[Missing <param name="oddsTypeIds"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetSidebetsWithMatchid(System.Int64,System.Nullable{System.Int32}[],System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.AsyncCallback,System.Object)"]

homeOdds  Double

[Missing <param name="homeOdds"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetSidebetsWithMatchid(System.Int64,System.Nullable{System.Int32}[],System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.AsyncCallback,System.Object)"]

drawOdds  Double

[Missing <param name="drawOdds"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetSidebetsWithMatchid(System.Int64,System.Nullable{System.Int32}[],System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.AsyncCallback,System.Object)"]

awayOdds  Double

[Missing <param name="awayOdds"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetSidebetsWithMatchid(System.Int64,System.Nullable{System.Int32}[],System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.AsyncCallback,System.Object)"]

totalSpread  Double

[Missing <param name="totalSpread"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetSidebetsWithMatchid(System.Int64,System.Nullable{System.Int32}[],System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.AsyncCallback,System.Object)"]

overOdds  Double

[Missing <param name="overOdds"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetSidebetsWithMatchid(System.Int64,System.Nullable{System.Int32}[],System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.AsyncCallback,System.Object)"]

underOdds  Double

[Missing <param name="underOdds"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetSidebetsWithMatchid(System.Int64,System.Nullable{System.Int32}[],System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.AsyncCallback,System.Object)"]

callback  AsyncCallback

[Missing <param name="callback"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetSidebetsWithMatchid(System.Int64,System.Nullable{System.Int32}[],System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.AsyncCallback,System.Object)"]

asyncState  Object

[Missing <param name="asyncState"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetSidebetsWithMatchid(System.Int64,System.Nullable{System.Int32}[],System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.AsyncCallback,System.Object)"]

Return Value

IAsyncResult

[Missing <returns> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetSidebetsWithMatchid(System.Int64,System.Nullable{System.Int32}[],System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.AsyncCallback,System.Object)"]

See Also