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.
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 |