C# Class ComponentFactory.Krypton.Toolkit.OperationThread

Inheritance: GlobalId
Afficher le fichier Open project: Cocotteseb/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
OperationThread ( System.Operation op, object parameter ) : System

Initialize a new instance of the OperationThread class.

Run ( ) : void

Entry point for performing operation.

Method Details

OperationThread() public méthode

Initialize a new instance of the OperationThread class.
public OperationThread ( System.Operation op, object parameter ) : System
op System.Operation Operation to perform on thread.
parameter object Parameter to pass into operation.
Résultat System

Run() public méthode

Entry point for performing operation.
public Run ( ) : void
Résultat void