C# 클래스 Library.DeadlockMonitor.CycleComponentNode

Represents a node in a possible deadlock cycle.
파일 보기 프로젝트 열기: Alliance-Network/Library

공개 프로퍼티들

프로퍼티 타입 설명
MonitorState MonitorState
Next CycleComponentNode
Thread Thread

공개 메소드들

메소드 설명
ContainsThread ( Thread t ) : bool
CycleComponentNode ( Thread thread, MonitorState ms, CycleComponentNode next ) : System

메소드 상세

ContainsThread() 공개 메소드

public ContainsThread ( Thread t ) : bool
t Thread
리턴 bool

CycleComponentNode() 공개 메소드

public CycleComponentNode ( Thread thread, MonitorState ms, CycleComponentNode next ) : System
thread Thread
ms MonitorState
next CycleComponentNode
리턴 System

프로퍼티 상세

MonitorState 공개적으로 프로퍼티

public MonitorState MonitorState
리턴 MonitorState

Next 공개적으로 프로퍼티

public CycleComponentNode Next
리턴 CycleComponentNode

Thread 공개적으로 프로퍼티

public Thread Thread
리턴 Thread