C# Class Library.DeadlockMonitor.CycleComponentNode

Represents a node in a possible deadlock cycle.
Mostrar archivo Open project: Alliance-Network/Library

Public Properties

Property Type Description
MonitorState MonitorState
Next CycleComponentNode
Thread Thread

Public Methods

Method Description
ContainsThread ( Thread t ) : bool
CycleComponentNode ( Thread thread, MonitorState ms, CycleComponentNode next ) : System

Method Details

ContainsThread() public method

public ContainsThread ( Thread t ) : bool
t Thread
return bool

CycleComponentNode() public method

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

Property Details

MonitorState public_oe property

public MonitorState MonitorState
return MonitorState

Next public_oe property

public CycleComponentNode Next
return CycleComponentNode

Thread public_oe property

public Thread Thread
return Thread