C# 클래스 UBCopy.UBCopyHandler

파일 보기 프로젝트 열기: SQLServerIO/UBCopy 1 사용 예제들

공개 메소드들

메소드 설명
ProcessFiles ( string inputfile, string outputfile, bool overwrite, bool movefile, bool checksum, int buffersize, bool reportprogress, int numberthreads, int synchronousFileCopySize, int bytesSecond ) : int

비공개 메소드들

메소드 설명
IsFileOrDirectoryAndExists ( string path ) : int

메소드 상세

ProcessFiles() 공개 정적인 메소드

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
리턴 int