Methods (1) Properties (2)
Namespace: SchwabenCode.QuickIO.Transfer.Events

Syntax

public class QuickIOTransferJobReatryMaxReachedEventArgs : EventArgs

Basetype

  • System.EventArgs

Summary

Contains information if the max retry amount of a job has been reached

Methods

QuickIOTransferJobReatryMaxReachedEventArgs(IQuickIOTransferJob job, Exception lastException)

Creates a new instance of QuickIOTransferJobReatryMaxReachedEventArgs

public void QuickIOTransferJobReatryMaxReachedEventArgs(IQuickIOTransferJob job, Exception lastException)

Parameters

job

IQuickIOTransferJob

Enqueued Job

lastException

Exception

Last Exception occured

Properties

Job

Requeued Job

public IQuickIOTransferJob Job { get; set; }

LastException

Raised exception caused the requeue

public Exception LastException { get; set; }

Classdiagram

save

reset

Drag to pan - Use Mousewheel + Ctrl to zoom