C# 클래스 UBCopy.AsyncUnbuffCopyStatic

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

공개 프로퍼티들

프로퍼티 타입 설명
BigFileLock object
Buffer1 byte[]
Buffer2 byte[]
Buffer3 byte[]
CopyBufferSize int

공개 메소드들

메소드 설명
AsyncCopyFileUnbuffered ( string inputfile, string outputfile, bool overwrite, bool movefile, bool checksum, int buffersize, bool reportprogress, int bytessecond ) : int
GetMD5HashFromOutputFile ( ) : void

비공개 메소드들

메소드 설명
AsyncReadFile ( ) : void
AsyncWriteFile ( ) : void
Throttle ( long elapsedMilliseconds ) : void

Throttles for the specified buffer by milliseconds

메소드 상세

AsyncCopyFileUnbuffered() 공개 정적인 메소드

public static AsyncCopyFileUnbuffered ( string inputfile, string outputfile, bool overwrite, bool movefile, bool checksum, int buffersize, bool reportprogress, int bytessecond ) : int
inputfile string
outputfile string
overwrite bool
movefile bool
checksum bool
buffersize int
reportprogress bool
bytessecond int
리턴 int

GetMD5HashFromOutputFile() 공개 정적인 메소드

public static GetMD5HashFromOutputFile ( ) : void
리턴 void

프로퍼티 상세

BigFileLock 공개적으로 정적으로 프로퍼티

public static object BigFileLock
리턴 object

Buffer1 공개적으로 정적으로 프로퍼티

public static byte[] Buffer1
리턴 byte[]

Buffer2 공개적으로 정적으로 프로퍼티

public static byte[] Buffer2
리턴 byte[]

Buffer3 공개적으로 정적으로 프로퍼티

public static byte[] Buffer3
리턴 byte[]

CopyBufferSize 공개적으로 정적으로 프로퍼티

public static int CopyBufferSize
리턴 int