Class SendResponse
Represents an operator that computes the result of a remote request asynchronously and transmits the response through the corresponding socket.
Inherited Members
Bonsai.Expressions.WorkflowExpressionBuilder.PropertyMappings
Bonsai.Expressions.ExpressionBuilder.SelectMembers(System.Linq.Expressions.Expression, System.String)
Bonsai.Expressions.ExpressionBuilder.GetArgumentAccess(System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression>, System.String)
Namespace: Bonsai.ZeroMQ
Assembly: Bonsai.ZeroMQ.dll
Syntax
public class SendResponse : WorkflowExpressionBuilder, IWorkflowExpressionBuilder, INamedElement, IPropertyMappingBuilder, IExpressionBuilder
Constructors
| Improve this Doc View SourceSendResponse()
Initializes a new instance of the SendResponse class.
Declaration
public SendResponse()
SendResponse(ExpressionBuilderGraph)
Initializes a new instance of the SendResponse class with the specified expression builder workflow.
Declaration
public SendResponse(ExpressionBuilderGraph workflow)
Parameters
Type | Name | Description |
---|---|---|
ExpressionBuilderGraph | workflow | The expression builder workflow instance that will be used by this builder to generate the output expression tree. |
Properties
| Improve this Doc View SourceArgumentRange
Declaration
public override Range<int> ArgumentRange { get; }
Property Value
Type | Description |
---|---|
Range<Int32> |
Overrides
Methods
| Improve this Doc View SourceBuild(IEnumerable<Expression>)
Declaration
public override Expression Build(IEnumerable<Expression> arguments)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Expression> | arguments |
Returns
Type | Description |
---|---|
Expression |