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

Syntax

public class QuickIOTransferJobRequeuedEventArgs : EventArgs

Basetype

  • System.EventArgs

Summary

Contains information of a job that is re-queued. A re-queue happens when a job execution failes and the service retries the operation

Methods

QuickIOTransferJobRequeuedEventArgs(IQuickIOTransferJob job, Exception e)

Creates a new instance of QuickIOTransferJobRequeuedEventArgs

public void QuickIOTransferJobRequeuedEventArgs(IQuickIOTransferJob job, Exception e)

Parameters

job

IQuickIOTransferJob

Enqueued Job

e

Exception

Exception of last error

Properties

Exception

Raised exception caused the requeue

public Exception Exception { get; set; }

Job

Requeued Job

public IQuickIOTransferJob Job { get; set; }

Classdiagram

save

reset

Drag to pan - Use Mousewheel + Ctrl to zoom