Method | Description | |
---|---|---|
Cancel ( ) : void |
Cancels any current Wait calls
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Reset ( ) : void |
Resets the wait status, causing Wait calls to wait.
|
|
Set ( ) : void |
Sets the state to signaled; any Wait calls will return
|
|
Wait ( ) : bool |
Waits until notified to stop waiting.
|
|
WorkerWaitForEventOrCancel ( IWaitForEventOrCancelWorker waitForEventOrCancel, IWorkerConfiguration workerConfiguration ) : System |
Initializes a new instance of the WorkerWaitForEventOrCancel class.
|
Method | Description | |
---|---|---|
ThrowIfDisposed ( [ name = "" ) : void |
Throws an exception if this instance has been disposed.
|
protected ThrowIfDisposed ( [ name = "" ) : void | ||
name | [ | The name. |
return | void |
public WorkerWaitForEventOrCancel ( IWaitForEventOrCancelWorker waitForEventOrCancel, IWorkerConfiguration workerConfiguration ) : System | ||
waitForEventOrCancel | IWaitForEventOrCancelWorker | The wait for event or cancel. |
workerConfiguration | IWorkerConfiguration | The worker configuration. |
return | System |