EventsSynchronization Members
The EventsSynchronization type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEvent(Object%, Int32, Object) |
Deposits or gets new event. If there is any events to be get depositing thread enters wait state.
|
|
GetEvent(Object%, Int32) |
Gets the event.
Deposits or gets new event. If there is any events to be get depositing thread enters wait state.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetEvent(Object, Object) |
Sets the event.
Adds this event to process list and informs that new event occurs
|
|
SetEvent(Object) |
Sets the event.
Adds this event to process list and informs that new event occurs
|
|
ToString | (Inherited from Object.) |