C# Class Cream.Solver.HandlerInvoker

Inheritance: IThreadRunnable
Show file Open project: kikoanis/CSharpCream

Private Properties

Property Type Description
InitBlock void

Public Methods

Method Description
HandlerInvoker ( Solver enclosingInstance, ISolutionHandler handler, long timeout ) : System
Run ( ) : void

Private Methods

Method Description
InitBlock ( Solver encloseInstance ) : void

Method Details

HandlerInvoker() public method

public HandlerInvoker ( Solver enclosingInstance, ISolutionHandler handler, long timeout ) : System
enclosingInstance Solver
handler ISolutionHandler
timeout long
return System

Run() public method

public Run ( ) : void
return void