C# Class PyriteCore.ThreadHelper

Show file Open project: noant/Pyrite

Public Methods

Method Description
AlterHardThread ( System.Action action ) : Thread
AlterThread ( System.Action action ) : Thread
AlterThread ( System.Action action, bool isBackground, ApartmentState apartmentState ) : Thread

Method Details

AlterHardThread() public static method

public static AlterHardThread ( System.Action action ) : Thread
action System.Action
return Thread

AlterThread() public static method

public static AlterThread ( System.Action action ) : Thread
action System.Action
return Thread

AlterThread() public static method

public static AlterThread ( System.Action action, bool isBackground, ApartmentState apartmentState ) : Thread
action System.Action
isBackground bool
apartmentState ApartmentState
return Thread