Méthode | Description | |
---|---|---|
AlterHardThread ( System.Action action ) : Thread | ||
AlterThread ( System.Action action ) : Thread | ||
AlterThread ( System.Action action, bool isBackground, ApartmentState apartmentState ) : Thread |
public static AlterHardThread ( System.Action action ) : Thread | ||
action | System.Action | |
Résultat | Thread |
public static AlterThread ( System.Action action ) : Thread | ||
action | System.Action | |
Résultat | Thread |
public static AlterThread ( System.Action action, bool isBackground, ApartmentState apartmentState ) : Thread | ||
action | System.Action | |
isBackground | bool | |
apartmentState | ApartmentState | |
Résultat | Thread |