holoride
Search Results for

    Show / Hide Table of Contents

    Class WorkerGroupAttribute

    Allows grouping workers into named groups.

    This is used to limit the maximum count of some particular node type in graphs, for example.

    Inheritance
    object
    Attribute
    WorkerGroupAttribute
    Namespace: Holoride.ElasticSDK
    Assembly: Holoride.ElasticSDK.Library.Runtime.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    [BaseTypeRequired(typeof(IPipelineWorker))]
    public class WorkerGroupAttribute : Attribute

    Constructors

    WorkerGroupAttribute(string)

    Declaration
    public WorkerGroupAttribute(string groupName)
    Parameters
    Type Name Description
    string groupName

    Fields

    GroupName

    The name of the group.

    Declaration
    public readonly string GroupName
    Field Value
    Type Description
    string
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint