C# Class UBCopy.SynchronousUnbufferedCopy

显示文件 Open project: SQLServerIO/UBCopy Class Usage Examples

Public Methods

Method Description
SyncCopyFileUnbuffered ( string inputfile, string outputfile, int buffersize, int bytessecond, byte &readhash ) : int

Private Methods

Method Description
Throttle ( long elapsedMilliseconds ) : void

Throttles for the specified buffer by milliseconds

Method Details

SyncCopyFileUnbuffered() public static method

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