C# Class Nexus.Client.Util.Threading.TrackedThreadManager

Provides access to the tracked threads.
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Méthode Description
AddThread ( TrackedThread p_ttdThread ) : void

Adds a thread to the tracker.

RemoveThread ( TrackedThread p_ttdThread ) : void

Removes a thread from the tracker.

Method Details

AddThread() public static méthode

Adds a thread to the tracker.
public static AddThread ( TrackedThread p_ttdThread ) : void
p_ttdThread TrackedThread The thread to be tracked.
Résultat void

RemoveThread() public static méthode

Removes a thread from the tracker.
public static RemoveThread ( TrackedThread p_ttdThread ) : void
p_ttdThread TrackedThread The thread that was tracked.
Résultat void