Class WorkerParentStateExtensions
Extension methods for WorkerParentState.
Namespace: actionETL
Assembly: actionETL.dll
Syntax
public static class WorkerParentStateExtensions
Methods
Name(WorkerParentState)
Returns the name of the worker parent state, including for negative ordinals
(which the .NET enum ToString() method does not handle).
Declaration
public static string Name(this WorkerParentState workerParentState)
Parameters
| Type | Name | Description |
|---|---|---|
| WorkerParentState | workerParentState | The worker parent state. |
Returns
| Type | Description |
|---|---|
| String |