Click or drag to resize

pipelineNodeBinTroutedContainer Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the routed container.

Namespace:  imbNLP.PartOfSpeech.pipeline.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
protected ConcurrentBag<IPipelineTaskSubject> routedContainer { get; set; }

Property Value

Type: ConcurrentBagIPipelineTaskSubject
The routed container.
See Also