C# Class Library.DeadlockMonitor.MonitorState

Information on an underlying monitor, the thread holding it, threads waiting on it, and so forth.
Mostra file Open project: Alliance-Network/Library

Public Properties

Property Type Description
MonitorObject object
OwningThread Thread
ReentranceCount int
WaitingThreads List

Public Methods

Method Description
MonitorState ( object monitor ) : System

Method Details

MonitorState() public method

public MonitorState ( object monitor ) : System
monitor object
return System

Property Details

MonitorObject public_oe property

public object MonitorObject
return object

OwningThread public_oe property

public Thread OwningThread
return Thread

ReentranceCount public_oe property

public int ReentranceCount
return int

WaitingThreads public_oe property

public List WaitingThreads
return List