C# Class Tripod.Jobs.ThreadPoolJob

Inheritance: Hyena.Jobs.Job
Datei anzeigen Open project: rubenv/tripod

Public Methods

Method Description
InnerStart ( object state ) : void
ThreadPoolJob ( ) : System
ThreadPoolJob ( string name, PriorityHints hints ) : System

Protected Methods

Method Description
Run ( ) : void
RunJob ( ) : void

Method Details

InnerStart() public method

public InnerStart ( object state ) : void
state object
return void

Run() protected abstract method

protected abstract Run ( ) : void
return void

RunJob() protected method

protected RunJob ( ) : void
return void

ThreadPoolJob() public method

public ThreadPoolJob ( ) : System
return System

ThreadPoolJob() public method

public ThreadPoolJob ( string name, PriorityHints hints ) : System
name string
hints PriorityHints
return System