C# 클래스 UBCopy.SynchronousUnbufferedCopy

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

공개 메소드들

메소드 설명
SyncCopyFileUnbuffered ( string inputfile, string outputfile, int buffersize, int bytessecond, byte &readhash ) : int

비공개 메소드들

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

Throttles for the specified buffer by milliseconds

메소드 상세

SyncCopyFileUnbuffered() 공개 정적인 메소드

public static SyncCopyFileUnbuffered ( string inputfile, string outputfile, int buffersize, int bytessecond, byte &readhash ) : int
inputfile string
outputfile string
buffersize int
bytessecond int
readhash byte
리턴 int