Click or drag to resize

LiveOddsFeedDispatcherDispatchEntity Method

Dispatches the entity.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public virtual DispatchStatus DispatchEntity(
	EntityBase entity
)

Parameters

entity  EntityBase
The entity.

Return Value

DispatchStatus

[Missing <returns> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedDispatcher.DispatchEntity(Sportradar.SDK.Common.EntityBase)"]

Implements

ILiveOddsFeedDispatcherDispatchEntity(EntityBase)
IFeedDispatcherDispatchEntity(EntityBase)
Exceptions
ExceptionCondition
ArgumentNullExceptiondispatcher_state
See Also