C# Class UBCopy.AsyncUnbuffCopyStatic

Afficher le fichier Open project: SQLServerIO/UBCopy Class Usage Examples

Méthodes publiques

Свойство Type Description
BigFileLock object
Buffer1 byte[]
Buffer2 byte[]
Buffer3 byte[]
CopyBufferSize int

Méthodes publiques

Méthode Description
AsyncCopyFileUnbuffered ( string inputfile, string outputfile, bool overwrite, bool movefile, bool checksum, int buffersize, bool reportprogress, int bytessecond ) : int
GetMD5HashFromOutputFile ( ) : void

Private Methods

Méthode Description
AsyncReadFile ( ) : void
AsyncWriteFile ( ) : void
Throttle ( long elapsedMilliseconds ) : void

Throttles for the specified buffer by milliseconds

Method Details

AsyncCopyFileUnbuffered() public static méthode

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
Résultat int

GetMD5HashFromOutputFile() public static méthode

public static GetMD5HashFromOutputFile ( ) : void
Résultat void

Property Details

BigFileLock public_oe static_oe property

public static object BigFileLock
Résultat object

Buffer1 public_oe static_oe property

public static byte[] Buffer1
Résultat byte[]

Buffer2 public_oe static_oe property

public static byte[] Buffer2
Résultat byte[]

Buffer3 public_oe static_oe property

public static byte[] Buffer3
Résultat byte[]

CopyBufferSize public_oe static_oe property

public static int CopyBufferSize
Résultat int