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

Provides access to the tracked threads.
Mostra file Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method 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 method

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

RemoveThread() public static method

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