Table of Contents

Constructor Publish

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

Publish()

Initializes a new instance of the Publish class.

public Publish()

Publish(ExpressionBuilderGraph)

Initializes a new instance of the Publish class with the specified expression builder workflow.

public Publish(ExpressionBuilderGraph workflow)

Parameters

workflow ExpressionBuilderGraph

The expression builder workflow instance that will be used by this builder to generate the output expression tree.