Click or drag to resize

UserRequestManager Class

Handles batching of replies for a user-request (so he gets everything at once with "replyend") and flagging messages with IsOutOfBand.
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveOdds.InternalUserRequestManager

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public class UserRequestManager

The UserRequestManager type exposes the following members.

Constructors
 NameDescription
Public methodUserRequestManagerInitializes a new instance of the UserRequestManager class
Top
Methods
 NameDescription
Public methodAddRequestId 
Public methodDisable Disable all operation (prevents intercepting messages).
Public methodEnable Enable all operation.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
User can also request data to directly get messages (not batched) in this case this component is stateless but still does the IsOutOfBand flagging.
See Also