Method | Description | |
---|---|---|
Close ( ) : void |
Free resources
|
|
Dispose ( ) : void | ||
Reset ( ) : void |
Reset the wait entry so it can be used again
|
|
Signal ( WorkItem workItem ) : bool |
Signal the waiter that it got a work item.
|
|
Timeout ( ) : bool |
Mark the wait entry that it has been timed out
|
|
WaiterEntry ( ) |