WorkerGroup EventsNaiad Help

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

The WorkerGroup type exposes the following members.

Events

  NameDescription
Public eventSleeping
This event is raised by a worker when it becomes idle, because it has no work to execute.
Public eventStarting
This event is raised by each worker when it initially starts.
Public eventTerminating
This event is raised by a worker when it has finished all work, and the computation has terminated.
Public eventWaking
This event is raised by each worker when it wakes from sleeping.
Public eventWorkItemEnding
This event is raised by a worker immediately after executing a work item.
Public eventWorkItemEnqueued
This event is raised by a worker immediately after enqueueing a work item.
Public eventWorkItemStarting
This event is raised by a worker immediately before executing a work item.
Top
See Also

Reference