WorkerWakeArgs ClassNaiad Help

[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

SystemObject
  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

  NameDescription
Public fieldThreadId
The worker thread that is waking.
Top
See Also

Reference