C# Class Tamir.SharpSsh.Sftp.MyProgressMonitor

Inheritance: Tamir.SharpSsh.jsch.SftpProgressMonitor
Afficher le fichier Open project: soywiz/csharputils

Méthodes publiques

Méthode Description
MyProgressMonitor ( Sftp sftp ) : System
count ( long c ) : bool
end ( ) : void
init ( int op, String src, String dest, long max ) : void

Private Methods

Méthode Description
timer_Elapsed ( object sender, System e ) : void

Method Details

MyProgressMonitor() public méthode

public MyProgressMonitor ( Sftp sftp ) : System
sftp Sftp
Résultat System

count() public méthode

public count ( long c ) : bool
c long
Résultat bool

end() public méthode

public end ( ) : void
Résultat void

init() public méthode

public init ( int op, String src, String dest, long max ) : void
op int
src String
dest String
max long
Résultat void