public class QuickIOTransferJobRequeuedEventArgs : EventArgs
Contains information of a job that is re-queued. A re-queue happens when a job execution failes and the service retries the operation
QuickIOTransferJobRequeuedEventArgs(IQuickIOTransferJob job, Exception e)
Creates a new instance of QuickIOTransferJobRequeuedEventArgs
public void QuickIOTransferJobRequeuedEventArgs(IQuickIOTransferJob job, Exception e)
Parameters
job
IQuickIOTransferJobEnqueued Job
e
ExceptionException of last error
Exception
Raised exception caused the requeue
public Exception Exception { get; set; }
Job
Requeued Job
public IQuickIOTransferJob Job { get; set; }