Search Results for

    Show / Hide Table of Contents

    Class WorkerParentStateExtensions

    Extension methods for WorkerParentState.

    Inheritance
    Object
    WorkerParentStateExtensions
    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
    In This Article
    Back to top Copyright © 2023 Envobi Ltd