WorkerStartArgs ClassNaiad Help

[This is preliminary documentation and is subject to change.]

Arguments of the event that is raised when a worker starts.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    Microsoft.Research.Naiad.DiagnosticsWorkerStartArgs

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 WorkerStartArgs : EventArgs

The WorkerStartArgs type exposes the following members.

Fields

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

Reference