C# Class withSIX.Core.Tools.StatusProcessor

Inheritance: IDisposable
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
Conditional ( IAbsoluteFilePath dest, ITProgress status, long predictedSize ) : IDisposable
Dispose ( ) : void

Private Methods

Method Description
CalculateProgressAndSpeed ( ) : void
StatusProcessor ( IAbsoluteFilePath dest, ITProgress status, long predictedSize ) : System

Method Details

Conditional() public static method

public static Conditional ( IAbsoluteFilePath dest, ITProgress status, long predictedSize ) : IDisposable
dest IAbsoluteFilePath
status ITProgress
predictedSize long
return IDisposable

Dispose() public method

public Dispose ( ) : void
return void