C# Class UBCopy.UBCopyHandler

Show file Open project: SQLServerIO/UBCopy Class Usage Examples

Public Methods

Method 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

Method Description
IsFileOrDirectoryAndExists ( string path ) : int

Method Details

ProcessFiles() public static method

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
return int