Click or drag to resize

LiveOddsFeedStatusDelegatesMessageReceivedInterceptorDelegateBeginInvoke Method

[Missing <summary> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedStatusDelegates.MessageReceivedInterceptorDelegate.BeginInvoke(Sportradar.SDK.FeedProviders.LiveOdds.Common.OddsEntityBase,Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedStatusDelegates.InterceptionOutcome,System.AsyncCallback,System.Object)"]


Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public virtual IAsyncResult BeginInvoke(
	OddsEntityBase entity,
	LiveOddsFeedStatusDelegatesInterceptionOutcome outcome,
	AsyncCallback callback,
	Object object
)

Parameters

entity  OddsEntityBase

[Missing <param name="entity"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedStatusDelegates.MessageReceivedInterceptorDelegate.BeginInvoke(Sportradar.SDK.FeedProviders.LiveOdds.Common.OddsEntityBase,Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedStatusDelegates.InterceptionOutcome,System.AsyncCallback,System.Object)"]

outcome  LiveOddsFeedStatusDelegatesInterceptionOutcome

[Missing <param name="outcome"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedStatusDelegates.MessageReceivedInterceptorDelegate.BeginInvoke(Sportradar.SDK.FeedProviders.LiveOdds.Common.OddsEntityBase,Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedStatusDelegates.InterceptionOutcome,System.AsyncCallback,System.Object)"]

callback  AsyncCallback

[Missing <param name="callback"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedStatusDelegates.MessageReceivedInterceptorDelegate.BeginInvoke(Sportradar.SDK.FeedProviders.LiveOdds.Common.OddsEntityBase,Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedStatusDelegates.InterceptionOutcome,System.AsyncCallback,System.Object)"]

object  Object

[Missing <param name="object"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedStatusDelegates.MessageReceivedInterceptorDelegate.BeginInvoke(Sportradar.SDK.FeedProviders.LiveOdds.Common.OddsEntityBase,Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedStatusDelegates.InterceptionOutcome,System.AsyncCallback,System.Object)"]

Return Value

IAsyncResult

[Missing <returns> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedStatusDelegates.MessageReceivedInterceptorDelegate.BeginInvoke(Sportradar.SDK.FeedProviders.LiveOdds.Common.OddsEntityBase,Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedStatusDelegates.InterceptionOutcome,System.AsyncCallback,System.Object)"]

See Also