C# Class ComponentFactory.Krypton.Toolkit.OperationThread

Inheritance: GlobalId
Datei anzeigen Open project: Cocotteseb/Krypton Class Usage Examples

Public Methods

Method 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 method

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.
return System

Run() public method

Entry point for performing operation.
public Run ( ) : void
return void