Click or drag to resize

OddsCreatorServiceBegingetOddsTypeIds Method

[Missing <summary> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetOddsTypeIds(System.Int32,System.Boolean,System.AsyncCallback,System.Object)"]


Namespace: Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator
Assembly: OddsCreatorProvider (in OddsCreatorProvider.dll) Version: 2.28.0.0
Syntax
C#
public IAsyncResult BegingetOddsTypeIds(
	int sportId,
	bool needMatchId,
	AsyncCallback callback,
	Object asyncState
)

Parameters

sportId  Int32

[Missing <param name="sportId"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetOddsTypeIds(System.Int32,System.Boolean,System.AsyncCallback,System.Object)"]

needMatchId  Boolean

[Missing <param name="needMatchId"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetOddsTypeIds(System.Int32,System.Boolean,System.AsyncCallback,System.Object)"]

callback  AsyncCallback

[Missing <param name="callback"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetOddsTypeIds(System.Int32,System.Boolean,System.AsyncCallback,System.Object)"]

asyncState  Object

[Missing <param name="asyncState"/> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetOddsTypeIds(System.Int32,System.Boolean,System.AsyncCallback,System.Object)"]

Return Value

IAsyncResult

[Missing <returns> documentation for "M:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.OddsCreatorService.BegingetOddsTypeIds(System.Int32,System.Boolean,System.AsyncCallback,System.Object)"]

See Also