Click or drag to resize

IDeadLetterQueueEnqueue Method

Enqueues a message into dead letter queue after the message was removed from the poison queue and could not be delivered successfully to the client.

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
void Enqueue(
	EntityBase failed_msg
)

Parameters

failed_msg  EntityBase
Failed msg
See Also