Table of Contents

Method GetMonitorEventWaitList

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

GetMonitorEventWaitList()

Returns a list of threads waiting for the monitor event associated with this object

public CorThread[] GetMonitorEventWaitList()

Returns

CorThread[]

The list of waiting threads. The first thread in the list will be released on the next call to Monitor.Pulse, and each succesive call will release the next thread in the list