Click or drag to resize

IMessageDispatcherRegisterFeedDispatchers Method

[Missing <summary> documentation for "M:Sportradar.SDK.Common.Interfaces.IMessageDispatcher.RegisterFeedDispatchers(System.Collections.Generic.IList{Sportradar.SDK.Common.Interfaces.IFeedDispatcher})"]


Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
void RegisterFeedDispatchers(
	IList<IFeedDispatcher> feed_dispatchers
)

Parameters

feed_dispatchers  IListIFeedDispatcher

[Missing <param name="feed_dispatchers"/> documentation for "M:Sportradar.SDK.Common.Interfaces.IMessageDispatcher.RegisterFeedDispatchers(System.Collections.Generic.IList{Sportradar.SDK.Common.Interfaces.IFeedDispatcher})"]

See Also