C# Class UBCopy.UBCopySetup

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

Méthodes publiques

Свойство Type Description
Buffersize int
BytesCopied System.Int64
BytesSecond int
Checksumfiles bool
Destinationfile string
DictonaryLocker object
FileList Stack
ForceCopy bool
Listlocked bool
Movefile bool
Overwritedestination bool
Reportprogres bool
SyncFolders bool
SynchronousFileCopySize int

Méthodes publiques

Méthode Description
TraverseTree ( string root ) : void

get a list of all files and folders and push them into the queue

Method Details

TraverseTree() public static méthode

get a list of all files and folders and push them into the queue
public static TraverseTree ( string root ) : void
root string
Résultat void

Property Details

Buffersize public_oe static_oe property

public static int Buffersize
Résultat int

BytesCopied public_oe static_oe property

public static Int64,System BytesCopied
Résultat System.Int64

BytesSecond public_oe static_oe property

public static int BytesSecond
Résultat int

Checksumfiles public_oe static_oe property

public static bool Checksumfiles
Résultat bool

Destinationfile public_oe static_oe property

public static string Destinationfile
Résultat string

DictonaryLocker public_oe static_oe property

public static object DictonaryLocker
Résultat object

FileList public_oe static_oe property

public static Stack FileList
Résultat Stack

ForceCopy public_oe static_oe property

public static bool ForceCopy
Résultat bool

Listlocked public_oe static_oe property

public static bool Listlocked
Résultat bool

Movefile public_oe static_oe property

public static bool Movefile
Résultat bool

Overwritedestination public_oe static_oe property

public static bool Overwritedestination
Résultat bool

Reportprogres public_oe static_oe property

public static bool Reportprogres
Résultat bool

SyncFolders public_oe static_oe property

public static bool SyncFolders
Résultat bool

SynchronousFileCopySize public_oe static_oe property

public static int SynchronousFileCopySize
Résultat int