Click or drag to resize

OddsCreatorServicegetVolleySidebetsAsync(Int32, NullableInt32, Double, Double, Double, Double, Double, Double, Int32, Int32, Object) Method

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


Namespace: Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator
Assembly: OddsCreatorProvider (in OddsCreatorProvider.dll) Version: 2.28.0.0
Syntax
C#
public void getVolleySidebetsAsync(
	int sportId,
	int?[] oddsTypeIds,
	double homeOdds,
	double drawOdds,
	double awayOdds,
	double totalSpread,
	double overOdds,
	double underOdds,
	int gender,
	int topLeague,
	Object userState
)

Parameters

sportId  Int32

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

oddsTypeIds  NullableInt32

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

homeOdds  Double

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

drawOdds  Double

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

awayOdds  Double

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

totalSpread  Double

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

overOdds  Double

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

underOdds  Double

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

gender  Int32

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

topLeague  Int32

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

userState  Object

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

See Also