C# 클래스 Nexus.Client.Util.Threading.TrackedThreadManager

Provides access to the tracked threads.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
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