IMonitor<T> Interface Properties
In This Topic
For a list of all members of this type, see IMonitor<T> members.
Public Properties
| | Name | Description |
 | MonitoredEvents |
Gets the metadata of all the events that are currently being monitored.
|
 | OccurredEvents | Gets a collection of all events that have occurred since the monitor was created or Clear was called. |
 | Subject | Gets the object that is being monitored or a null reference (Nothing in Visual Basic) if the object has been GCed. |
Top
See Also