C# Class TrinityCore_Manager.TC.TDB

Afficher le fichier Open project: TrinityCore-Manager/TrinityCore-Manager-v3

Méthodes publiques

Méthode Description
ApplyAsync ( string sqlFile, MySqlDatabase db, IProgress progress, CancellationTokenSource cts ) : Task
DownloadTDBAsync ( IProgress progress, string downloadTo, string version = "" ) : Task
Extract7zAsync ( string file, string outDir, IProgress progress ) : Task

Method Details

ApplyAsync() public static méthode

public static ApplyAsync ( string sqlFile, MySqlDatabase db, IProgress progress, CancellationTokenSource cts ) : Task
sqlFile string
db TrinityCore_Manager.Database.MySqlDatabase
progress IProgress
cts System.Threading.CancellationTokenSource
Résultat Task

DownloadTDBAsync() public static méthode

public static DownloadTDBAsync ( IProgress progress, string downloadTo, string version = "" ) : Task
progress IProgress
downloadTo string
version string
Résultat Task

Extract7zAsync() public static méthode

public static Extract7zAsync ( string file, string outDir, IProgress progress ) : Task
file string
outDir string
progress IProgress
Résultat Task