Methods (2) Properties (3)
Namespace: SchwabenCode.QuickIO.Transfer

Syntax

public interface IQuickIOTransferJob

Summary

Interface for transfer jobs

Methods

Run()

Run implementation

public abstract void Run()

RunAsync()

Executes Run in Async context

public abstract Task RunAsync()

Properties

CurrentRetryCount

Retry count before firing broken exception

public abstract Int32 CurrentRetryCount { get; set; }

Observer

Observer for Condition Monitoring

public abstract IQuickIOTransferObserver Observer { get; }

PriorityLevel

Prority level. Higher priority = higher value. 0 = default

public abstract Int32 PriorityLevel { get; set; }

Classdiagram

save

reset

Drag to pan - Use Mousewheel + Ctrl to zoom