C# Class WaveBox.Core.OperationQueue.AbstractOperation

Inheritance: IDelayedOperation
Afficher le fichier Open project: einsteinx2/WaveBox Class Usage Examples

Protected Properties

Свойство Type Description
isRestart bool

Méthodes publiques

Méthode Description
AbstractOperation ( int delayMilliSeconds ) : System
Cancel ( ) : void
Equals ( AbstractOperation op ) : bool
Equals ( Object obj ) : bool
ExtendWaitOrRestart ( ) : void
GetHashCode ( ) : int
ResetWait ( ) : void
Restart ( ) : void
Run ( ) : void
Start ( ) : void

Private Methods

Méthode Description
ResetRunDateTime ( ) : void

Method Details

AbstractOperation() public méthode

public AbstractOperation ( int delayMilliSeconds ) : System
delayMilliSeconds int
Résultat System

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Equals() public méthode

public Equals ( AbstractOperation op ) : bool
op AbstractOperation
Résultat bool

Equals() public méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

ExtendWaitOrRestart() public méthode

public ExtendWaitOrRestart ( ) : void
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ResetWait() public méthode

public ResetWait ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

Start() public abstract méthode

public abstract Start ( ) : void
Résultat void

Property Details

isRestart protected_oe property

protected bool isRestart
Résultat bool