Types (28)
Assembly: SchwabenCode.QuickIO

Types

Name Description
Class-Icon QuickIOTransferDirectoryCreatedEventArgs

Contains information after a directory create operation was performed

Class-Icon QuickIOTransferDirectoryCreatingEventArgs

Contains information of an upcoming directory creation operation

Class-Icon QuickIOTransferDirectoryCreationErrorEventArgs

Contains further information when a directory creation process fails

Class-Icon QuickIOTransferFileCopyErrorEventArgs

Contains further information when a file copy process fails

Class-Icon QuickIOTransferFileCopyFinishedEventArgs

Contains information when a file copy operation has been finished successfully

Class-Icon QuickIOTransferFileCopyProgressEventArgs

Live progress information during file transfer.

Class-Icon QuickIOTransferFileCopyStartedEventArgs

Contains information when a file copy process has been started

Class-Icon QuickIOTransferFileCreationErrorEventArgs

Contains further information when a file creation process fails

Class-Icon QuickIOTransferFileCreationFinishedEventArgs

Contains information when a file creation operation has been finished successfully

Class-Icon QuickIOTransferFileCreationProgressEventArgs

Live progress information during file transfer.

Class-Icon QuickIOTransferFileCreationStartedEventArgs

Contains information when a file creation process has been started

Class-Icon QuickIOTransferJobDequeuedEventArgs

Contains information of a dequeued job

Class-Icon QuickIOTransferJobEndEventArgs

provides information for job run

Class-Icon QuickIOTransferJobEnqueuedEventArgs

Contains information of an enqueued job

Class-Icon QuickIOTransferJobErrorEventArgs

provides information for job error

Class-Icon QuickIOTransferJobEventArgs

Abstract base class for job event arguments

Class-Icon QuickIOTransferJobQueuedEventArgs

Contains information of an queued job

Class-Icon QuickIOTransferJobReatryMaxReachedEventArgs

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

Class-Icon QuickIOTransferJobRequeuedEventArgs

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

Class-Icon QuickIOTransferJobRunEventArgs

provides information for job run

Class-Icon QuickIOTransferJobWriteEventArgs

Abstract base class for file transfer event arguments

Class-Icon QuickIOTransferJobWriteWithSourceEventArgs

Abstract class for other event argument implementaions

Class-Icon QuickIOTransferWorkerCreatedEventArgs

Contains information when a new worker has been created

Class-Icon QuickIOTransferWorkerIsSleepingEventArgs

Contains information if a workers wait for a new element in queue

Class-Icon QuickIOTransferWorkerPickedJobEventArgs

Contains information when a worker picked up a new job from the queue

Class-Icon QuickIOTransferWorkerShutdownEventArgs

Contains information when a worker has stopped successfully

Class-Icon QuickIOTransferWorkerStartedEventArgs

Contains information when a worker started

Class-Icon QuickIOTransferWorkerWokeUpEventArgs

Contains information when when a worker, which so far has been waiting for an item, was notified of a new item in the queue. It may be that he gets no element from the queue, because another thread was faster. He would sleep lie down again, if no more items available.