Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreateRetry ( bool resetRetryCount, System.DateTime timeToDeliver ) : |
Create a retry message based off of this message.
|
|
CreateRetry ( bool resetRetryCount, System.DateTime timeToDeliver, |
Create a retry message based off of this message. The exception will be attached to the message context. |
|
MessageDelivery ( System.Guid subscriptionEndpointId, |
||
MessageDelivery ( string messageId, System.Guid subscriptionEndpointId, |
public CreateRetry ( bool resetRetryCount, System.DateTime timeToDeliver ) : |
||
resetRetryCount | bool | Whether or not to reset the retry count. |
timeToDeliver | System.DateTime | Time to deliver the retry message. |
return |
public CreateRetry ( bool resetRetryCount, System.DateTime timeToDeliver, |
||
resetRetryCount | bool | Whether or not to reset the retry count. |
timeToDeliver | System.DateTime | Time to deliver the retry message. |
exception | The exception that caused the retry. | |
return |
public MessageDelivery ( System.Guid subscriptionEndpointId, |
||
subscriptionEndpointId | System.Guid | |
contractType | ||
action | string | |
message | object | |
maxRetries | int | |
context | MessageDeliveryContext | |
return | System |
public MessageDelivery ( string messageId, System.Guid subscriptionEndpointId, |
||
messageId | string | |
subscriptionEndpointId | System.Guid | |
contractType | ||
action | string | |
message | object | |
maxRetries | int | |
retryCount | int | |
timeToProcess | System.DateTime | |
context | MessageDeliveryContext | |
mustDeliverBy | System.DateTime | |
return | System |