[This is preliminary documentation and is subject to change.]
Arguments of the event that is raised when a worker is woken from sleep.
Inheritance Hierarchy
SystemEventArgs
Microsoft.Research.Naiad.DiagnosticsWorkerWakeArgs
Namespace: Microsoft.Research.Naiad.Diagnostics
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public class WorkerWakeArgs : EventArgs
The WorkerWakeArgs type exposes the following members.
Fields
Name | Description | |
---|---|---|
ThreadId |
The worker thread that is waking.
|
See Also