Name | Description | |
![]() |
QuickIOTransferDirectoryCreatedEventArgs |
Contains information after a directory create operation was performed |
![]() |
QuickIOTransferDirectoryCreatingEventArgs |
Contains information of an upcoming directory creation operation |
![]() |
QuickIOTransferDirectoryCreationErrorEventArgs |
Contains further information when a directory creation process fails |
![]() |
QuickIOTransferFileCopyErrorEventArgs |
Contains further information when a file copy process fails |
![]() |
QuickIOTransferFileCopyFinishedEventArgs |
Contains information when a file copy operation has been finished successfully |
![]() |
QuickIOTransferFileCopyProgressEventArgs |
Live progress information during file transfer. |
![]() |
QuickIOTransferFileCopyStartedEventArgs |
Contains information when a file copy process has been started |
![]() |
QuickIOTransferFileCreationErrorEventArgs |
Contains further information when a file creation process fails |
![]() |
QuickIOTransferFileCreationFinishedEventArgs |
Contains information when a file creation operation has been finished successfully |
![]() |
QuickIOTransferFileCreationProgressEventArgs |
Live progress information during file transfer. |
![]() |
QuickIOTransferFileCreationStartedEventArgs |
Contains information when a file creation process has been started |
![]() |
QuickIOTransferJobDequeuedEventArgs |
Contains information of a dequeued job |
![]() |
QuickIOTransferJobEndEventArgs |
provides information for job run |
![]() |
QuickIOTransferJobEnqueuedEventArgs |
Contains information of an enqueued job |
![]() |
QuickIOTransferJobErrorEventArgs |
provides information for job error |
![]() |
QuickIOTransferJobEventArgs |
Abstract base class for job event arguments |
![]() |
QuickIOTransferJobQueuedEventArgs |
Contains information of an queued job |
![]() |
QuickIOTransferJobReatryMaxReachedEventArgs |
Contains information if the max retry amount of a job has been reached |
![]() |
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 |
![]() |
QuickIOTransferJobRunEventArgs |
provides information for job run |
![]() |
QuickIOTransferJobWriteEventArgs |
Abstract base class for file transfer event arguments |
![]() |
QuickIOTransferJobWriteWithSourceEventArgs |
Abstract class for other event argument implementaions |
![]() |
QuickIOTransferWorkerCreatedEventArgs |
Contains information when a new worker has been created |
![]() |
QuickIOTransferWorkerIsSleepingEventArgs |
Contains information if a workers wait for a new element in queue |
![]() |
QuickIOTransferWorkerPickedJobEventArgs |
Contains information when a worker picked up a new job from the queue |
![]() |
QuickIOTransferWorkerShutdownEventArgs |
Contains information when a worker has stopped successfully |
![]() |
QuickIOTransferWorkerStartedEventArgs |
Contains information when a worker started |
![]() |
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. |