Method | Description | |
---|---|---|
OperationThread ( System.Operation op, object parameter ) : System |
Initialize a new instance of the OperationThread class.
|
|
Run ( ) : void |
Entry point for performing operation.
|
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 |