C# Class PPDFrameworkCore.ThreadManager

Datei anzeigen Open project: KHCmaster/PPD

Public Methods

Method Description
Dispose ( ) : void
GetThread ( ParameterizedThreadStart threadStart ) : Thread
GetThread ( ThreadStart threadStart ) : Thread
Update ( ) : void

Private Methods

Method Description
ThreadManager ( ) : System.Collections.Generic

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetThread() public method

public GetThread ( ParameterizedThreadStart threadStart ) : Thread
threadStart ParameterizedThreadStart
return Thread

GetThread() public method

public GetThread ( ThreadStart threadStart ) : Thread
threadStart ThreadStart
return Thread

Update() public method

public Update ( ) : void
return void