Table of Contents

Class SendResponse

Namespace
Bonsai.ZeroMQ
Assembly
Bonsai.ZeroMQ.dll

Represents an operator that computes the result of a remote request asynchronously and transmits the response through the corresponding socket.

public class SendResponse : WorkflowExpressionBuilder, IWorkflowExpressionBuilder, INamedElement, IPropertyMappingBuilder, IExpressionBuilder
Inheritance
SendResponse
Implements
Inherited Members

Constructors

SendResponse()

Initializes a new instance of the SendResponse class.

SendResponse(ExpressionBuilderGraph)

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

Properties

ArgumentRange

Gets the range of input arguments that this expression builder accepts.

Methods

Build(IEnumerable<Expression>)

Constructs an Expression node from a collection of input arguments. The result can be chained with other builders in a workflow.