Click or drag to resize

Feed Methods

The Feed type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAvailableLanguages Get all available languages that can be used within SDK and are supported on feed messages
Public methodClose Closes the current Feed instance and disposes resources used by it
Public methodCreateBuilder Constructs and returns a new instance of IOddsFeedSessionBuilder
Public methodStatic memberCreateConfigurationBuilderObsolete.
Constructs a IOddsFeedConfiguration instance from provided information
Protected methodDispatchT(EventHandlerT, T, FeedMessage) Dispatches the
C#
message

(Inherited from EntityDispatcherBase)
Protected methodDispatchT(EventHandlerT, T, String, Int32) Raises the specified event
(Inherited from EntityDispatcherBase)
Public methodDispatchConnectionException Dispatches the information that the exception was thrown in connection loop The information about the exception
Public methodDispose Disposes the current instance and resources associated with it
Protected methodDispose(Boolean) Disposes the current instance and resources associated with it
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberGetConfigurationBuilder Constructs a IOddsFeedConfiguration instance from provided information
Public methodStatic memberGetConfigurationBuilderFromConfigObsolete.
Constructs a IConfigurationBuilder instance, which already contains information read from the configuration (app.config) file
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodInitFeed Initializes the feed (unity)
Public methodIsOpen Returns an indicator if the feed instance is opened or not
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOpen Opens the current feed by opening all created sessions
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodUpdateDependency Option to change/update dependency injection before resolving resources
Top
See Also