C# Класс Nexus.Client.Util.Threading.TrackedThreadManager

Provides access to the tracked threads.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddThread ( TrackedThread p_ttdThread ) : void

Adds a thread to the tracker.

RemoveThread ( TrackedThread p_ttdThread ) : void

Removes a thread from the tracker.

Описание методов

AddThread() публичный статический Метод

Adds a thread to the tracker.
public static AddThread ( TrackedThread p_ttdThread ) : void
p_ttdThread TrackedThread The thread to be tracked.
Результат void

RemoveThread() публичный статический Метод

Removes a thread from the tracker.
public static RemoveThread ( TrackedThread p_ttdThread ) : void
p_ttdThread TrackedThread The thread that was tracked.
Результат void