C# Class PyriteCore.ThreadHelper

Afficher le fichier Open project: noant/Pyrite

Méthodes publiques

Méthode 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 méthode

public static AlterHardThread ( System.Action action ) : Thread
action System.Action
Résultat Thread

AlterThread() public static méthode

public static AlterThread ( System.Action action ) : Thread
action System.Action
Résultat Thread

AlterThread() public static méthode

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