C# Класс Dnn.BulkUserDelete.Console.Main

Показать файл Открыть проект

Открытые методы

Метод Описание
Main ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Main() публичный Метод

public Main ( ) : System
Результат System