Click or drag to resize

UnparsableMessageEventArgs Constructor

Initializes a new instance of the UnparsableMessageEventArgs class

Namespace: Sportradar.OddsFeed.SDK.API.EventArguments
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public UnparsableMessageEventArgs(
	MessageType messageType,
	string producer,
	string eventId,
	byte[] rawMessage
)

Parameters

messageType  MessageType
The MessageType member specifying the type of the unparsable message.
producer  String
The String representation of the producer associated with the unparsable message.
eventId  String
The String representation of the sport event id associated with the unparsable message.
rawMessage  Byte
A raw message received from the feed
See Also