C# Class NServiceBus.Faults.ImmediateRetryMessage

Immediate Retry event data.
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
ImmediateRetryMessage ( string messageId, string>.Dictionary headers, byte body, Exception exception, int retryAttempt ) : System

Creates a new instance of ImmediateRetryMessage.

Method Details

ImmediateRetryMessage() public method

Creates a new instance of ImmediateRetryMessage.
public ImmediateRetryMessage ( string messageId, string>.Dictionary headers, byte body, Exception exception, int retryAttempt ) : System
messageId string The id of the failed message.
headers string>.Dictionary Message headers.
body byte Message body.
exception System.Exception Exception thrown.
retryAttempt int Number of retry attempt.
return System