C# Class K2Informatics.Erlnet.ThreadBase

ファイルを表示 Open project: K2InformaticsGmbH/erlnet

Public Methods

Method Description
ThreadBase ( string name, bool isBackground ) : System
join ( ) : void
run ( ) : void
start ( ) : void

Method Details

ThreadBase() public method

public ThreadBase ( string name, bool isBackground ) : System
name string
isBackground bool
return System

join() public method

public join ( ) : void
return void

run() public abstract method

public abstract run ( ) : void
return void

start() public method

public start ( ) : void
return void