C# Class Dnn.BulkUserDelete.Console.Main

Afficher le fichier Open project: brucerchapman/DnnBulkUserDelete

Méthodes publiques

Méthode Description
Main ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DeleteUserBatch ( int &usersAffected, int &usersRemaining, int &lastElapsedSeconds ) : void
DisableButtons ( ) : void
EnableButtons ( ) : void
GetSoftDeletedUsers ( string alias, string username, string password ) : string
HardDeleteNextUserBatch ( string alias, string username, string password, int batchSize, bool testMode, bool useFastDelete, string &result ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LogLine ( string line ) : void
Main_FormClosing ( object sender, FormClosingEventArgs e ) : void
PingServerAnon ( string alias ) : string
PingServerAuthenticated ( string alias, string username, string password ) : string
ReturnResult ( string url, System statusCode, string errorMsg, string originalResult ) : string
UpdateDeletedUsersUI ( int usersAffected, int usersRemaining, int interval, int lastElapsedSeconds ) : void
btnCheckSoftDeletedUsers_Click_1 ( object sender, EventArgs e ) : void
btnDeleteBatches_Click ( object sender, EventArgs e ) : void
btnHardDeleteNextUser_Click_1 ( object sender, EventArgs e ) : void
btnPingAnon_Click ( object sender, EventArgs e ) : void
btnPingHost_Click ( object sender, EventArgs e ) : void
chkFastDelete_CheckedChanged ( object sender, EventArgs e ) : void
tckSpeed_Scroll ( object sender, EventArgs e ) : void
timBatchTimer_Tick ( object sender, EventArgs e ) : void
txtPortalAlias_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Main() public méthode

public Main ( ) : System
Résultat System