C# Class TfsWitAdminTools.Cmn.Work

Inheritance: IWork
Show file Open project: Fermium-co/TfsWitAdminTools Class Usage Examples

Public Methods

Method Description
EndWork ( ) : void
FailStep ( ) : void
InitWork ( int stepsCount ) : void
NextStep ( ) : void
Reset ( ) : void
Work ( ) : System

Protected Methods

Method Description
OnWorkFinished ( ProgressFinishedEventArgs e ) : void

Method Details

EndWork() public method

public EndWork ( ) : void
return void

FailStep() public method

public FailStep ( ) : void
return void

InitWork() public method

public InitWork ( int stepsCount ) : void
stepsCount int
return void

NextStep() public method

public NextStep ( ) : void
return void

OnWorkFinished() protected method

protected OnWorkFinished ( ProgressFinishedEventArgs e ) : void
e ProgressFinishedEventArgs
return void

Reset() public method

public Reset ( ) : void
return void

Work() public method

public Work ( ) : System
return System