C# Class UBCopy.UBCopyHandler

Afficher le fichier Open project: SQLServerIO/UBCopy Class Usage Examples

Méthodes publiques

Méthode Description
ProcessFiles ( string inputfile, string outputfile, bool overwrite, bool movefile, bool checksum, int buffersize, bool reportprogress, int numberthreads, int synchronousFileCopySize, int bytesSecond ) : int

Private Methods

Méthode Description
IsFileOrDirectoryAndExists ( string path ) : int

Method Details

ProcessFiles() public static méthode

public static ProcessFiles ( string inputfile, string outputfile, bool overwrite, bool movefile, bool checksum, int buffersize, bool reportprogress, int numberthreads, int synchronousFileCopySize, int bytesSecond ) : int
inputfile string
outputfile string
overwrite bool
movefile bool
checksum bool
buffersize int
reportprogress bool
numberthreads int
synchronousFileCopySize int
bytesSecond int
Résultat int