public class QuickIOTransferJobReatryMaxReachedEventArgs : EventArgs
Contains information if the max retry amount of a job has been reached
QuickIOTransferJobReatryMaxReachedEventArgs(IQuickIOTransferJob job, Exception lastException)
Creates a new instance of QuickIOTransferJobReatryMaxReachedEventArgs
public void QuickIOTransferJobReatryMaxReachedEventArgs(IQuickIOTransferJob job, Exception lastException)
Parameters
job
IQuickIOTransferJobEnqueued Job
lastException
ExceptionLast Exception occured
Job
Requeued Job
public IQuickIOTransferJob Job { get; set; }
LastException
Raised exception caused the requeue
public Exception LastException { get; set; }