public void AddOrUpdate(BasicDeliverEventArgs args, RetryInformation retryInfo) { TryAddOriginalDelivered(args, retryInfo.OriginalDelivered); AddOrUpdateNumberOfRetries(args); }
internal static IPipeContext AddRetryInformation(this IPipeContext context, RetryInformation retryInformation) { context.Properties.TryAdd(RetryInformationKey, retryInformation); return(context); }