Click or drag to resize

ReplayFeed Methods

The ReplayFeed type exposes the following members.

Methods
 NameDescription
Public methodClose Closes the current Feed instance and disposes resources used by it
(Inherited from Feed)
Public methodCreateBuilder Constructs and returns a new instance of IOddsFeedSessionBuilder
(Inherited from Feed)
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
(Inherited from Feed)
Public methodDispose Disposes the current instance and resources associated with it
(Inherited from Feed)
Protected methodDispose(Boolean) Disposes the current instance and resources associated with it
(Inherited from Feed)
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 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)
(Overrides FeedInitFeed)
Public methodIsOpen Returns an indicator if the feed instance is opened or not
(Inherited from Feed)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOpen Opens the current feed by opening all created sessions
(Inherited from Feed)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodUpdateDependency Option to change/update dependency injection before resolving resources
(Inherited from Feed)
Top
See Also